小程序与后台数据交互时出现乱码时
小程序请求时头部请求
header: {
//'content-type': 'application/json' // 默认值
'content-type': 'application/x-www-form-urlencoded' // 默认值
},
小程序请求时头部请求
header: {
//'content-type': 'application/json' // 默认值
'content-type': 'application/x-www-form-urlencoded' // 默认值
},