wx.request({
url: 'http://10.10.0.10:18001/jsonrpc',
data: {
jsonrpc: "2.0",
method: 'auth.Auth',
params: {
platform_name: 'xyv2',
platform_token: unicornUtil.userinfo.check_info
}
},
method: 'POST',
header: {
'content-type': 'application/json'
},
success: function (res) {
console.log("成功",res)
},
fail: function (err) {
unicornUtil.logintips('失败', err);
}
})
服务端返回
控制台
这种问题得让后端接口排查看看