fly icon indicating copy to clipboard operation
fly copied to clipboard

响应数据不是json

Open qianbingjian opened this issue 6 years ago • 3 comments

qianbingjian avatar Apr 10 '19 10:04 qianbingjian

我做支付宝的小程序也发现这个问题了。 模拟器是ok的,但是用Android的真机调试,竟然response.data是个string。 responseType是'application/json' image

image

royorange avatar Feb 18 '20 06:02 royorange

请问最后怎么解决的?

NiLinli avatar Jan 11 '21 08:01 NiLinli

原因: 支付宝客户端已不再维护 my.httpRequest,建议使用 my.request httpRequest 模拟器支持, 客户端不支持,所以异常操作。

可以考虑在适当的位置加载

my.httpRequest = my.request;

或者自己写一个 adaptor

NiLinli avatar Jan 11 '21 08:01 NiLinli