uni.$u.http.post('/index.php/Home/user/wx_login', {code: code}).then(res => {
console.log(res,22)
}).catch(err => {
})
老是报错203 获取不到知道,值是肯定拿到了,不知道是不是写法有问题, 域名拼接也没问题,用了原生uniapp 试了 可以正常请求接口,这个不知道为什么不行