Request Headers:

User-Agent: Fiddler
Host: localhost:3248
Content-Type: application/json; charset=utf-8  
Content-Length: 63

要加上Content-Type: application/json; charset=utf-8,要不是JSON没效

Request Body

{"UserID":4,"UserName":"Parry","UserEmail":"Parry@cnblogs.com"}

紧记,不要写成这样:[{"UserID":4,"UserName":"Parry","UserEmail":"Parry@cnblogs.com"}]

相关文章:

  • 2021-09-08
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2021-07-16
  • 2021-11-01
相关资源
相似解决方案