request发送中文参数,后台收到是乱码
wx.request({
url: ‘https://www.xxx.com/YanZheng’,
data: {
name: ‘中文’
},
header: {
‘content-type’: ‘application/x-www-form-urlencoded;charset=utf-8’
},
wx.request({
url: ‘https://www.xxx.com/YanZheng’,
data: {
name: ‘中文’
},
header: {
‘content-type’: ‘application/x-www-form-urlencoded;charset=utf-8’
},