使用wx.request发送multipart/form-data请求的方法

77 阅读1分钟

定义header:

header: {
'content-type': 'application/x-www-form-urlencoded'
}