微信小程序wx.request 400 Bad Request
收起
传递的数据有问题导致接口报错了吧
data:'xxx' ===》改为 data:{account:this.data.account,code:this.data.code}
报告相同问题?