6.5.3版本wx.uploadFile中文bug

发布于 6 年前作者 qiangding12426 次浏览最后编辑 6 年前来自 ask

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的实际值为‘[“你好”,“哈哈”]’

1 回复
chao80
chao801 楼4 年前

encode