微信小程序请求 传输格式
wx.request({
url: '...',
method: 'POST',
header: {
'Content-Type': 'application/x-www-form-urlencoded'
},
data: {
pic_url: picUrl,
token,
type
},