百度小程序为什么接口在工具中能正常返回数据,而在真机中无法返回数据?
百度小程序为什么接口在工具中能正常返回数据,而在真机中无法返回数据?这个问题的原因比较多,但常见情况有以下两种:
接口证书有问题:可通过charles进行抓包,查看接口返回内容,例如:"java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."
Request接口referer导致的,小程序request请求,referer字段已更新,请开发者服务端增加兼容判断:
原referer: https://smartapp.baidu.com/{appKey}/{version}/page-frame.html
新referer: https://smartapps.cn/{appKey}/{version}/page-frame.html
新referer将逐步全量,但建议开发者两种refer格式都进行兼容。
页:
[1]