问题模块 框架类型 问题类型 操作系统 工具版本
开发者工具 微信小程序 需求 Windows 1.3.3
求解,请问什么post数据后会变成字符串
代码片段
console.log(upimgs) var acToken = wx.getStorageSync("access-token"); //数据提交 wx.request({ url: app.globalData.requesturl + 'orders/aftersale', method: 'POST', header: { 'content-type': 'application/x-www-form-urlencoded', "Authorization": "Bearer " + acToken, }, data: { order_id: that.data.order_id, reason: that.data.reason, img: upimgs , }, success: function (res) { console.log(upimgs + 1223333)
微信小程序开发问题解答
微信小程序开发者回答:
你加了122333肯定会变字符串 啊
微信小程序开发者回答:
请问这样的数组是不是有问题的?postman可以提交到数组,可是这样提交上去是字符串的
微信小程序开发者回答:
application/x-www-form-urlencoded这种类型应该是自动把数组序列化了
本文网址:http://www.91bianli.com/weixinxiaochengxu/37193.html