微信小程序wx.request请求接口需设置header: { "accept": "*/*","content-type": "application/json" },
·
开始使用header: { "content-type": "application/json" },发送wx.request请求,报错,后台使用 Nancy
Nancy.RequestExecutionException: 500错误
需设置header: { "accept": "*/*","content-type": "application/json" },后正常。
更多推荐
所有评论(0)