6.5.3版本wx.uploadFile中文bug
6.5.3版本中使用wx.uploadFile时,formData参数的值带有中文时,就会返回status:unknown的请求状态,如下面代码片段中的texts:
wx.uploadFile({
url:that.config.upApi,
filePath:that.config.thumb,
name:‘file’,
formData:{
texts:texts
},
texts的实际值为‘[“你好”,“哈哈”]’