( 我请求的接口是thinkphp中的接口,tp接口请求的是node那边的(请假tp接口是获取不到数据的,但是成功了200,数据为null),但是我直接请求node那边的是可以获取到数据的,我怀疑tp这边有问题,但是不知道怎么解决 )proxyTable: { '/api': {
target: 'http://*********.com/nearby/index.php/Home/NearbyInterface',
changeOrigin: true,
pathRewrite: { '^/api': ''
}
}
},this.$http.post('/api/showProducts', {openId: 'ohs23uMdqr0s_5T92ssm8PbzqcSg'}).then((response) => { console.log(response);
console.log(JSON.parse(response.body));
}, (response) => { console.log(response);
});我在post接口是没问题的
1 回答
qq_笑_17
TA贡献1818条经验 获得超7个赞
thinkphp 后台代码于mysql 数据库操作的,也没反应(链接上了数据库,但是查询返回null)
加上 这个 emulateJSON : true 就可以了
其实还是http协议不懂,是应为请求体的头部,有很多种选择。
添加回答
举报
0/150
提交
取消