1. 在postman中使用带body的POST带body的POST请求在postman和curl中的使用

2. 在curl中使用带body的POST

curl -H "Content-Type:application/json" -XPOST http://localhost:8080/api/city -d '{ "id":"3", "provinceId":"3", "cityName":"zhuhai", "description":"live in zhuhai"}'

相关文章:

  • 2021-10-27
  • 2021-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-22
  • 2021-11-01
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案