问题:POST 请求参数传递不到后台
解决方案:
Content-Type’: ‘application/json’用在get请求中没问题.
但是在POST请求中的时候需要使用”Content-Type”: “application/x-www-form-urlencoded”
微信小程序POST请求参数传递不到后台解决方案
最新推荐文章于 2025-01-02 14:52:07 发布
问题:POST 请求参数传递不到后台
解决方案:
Content-Type’: ‘application/json’用在get请求中没问题.
但是在POST请求中的时候需要使用”Content-Type”: “application/x-www-form-urlencoded”