问题模块 框架类型 终端类型 操作系统 微信版本 基础库版本
框架 微信小程序 客户端 Android 未知 未知
旧版本微信小程序有个接口报错,发布了新版本一天以后,发现有接口有些访问数据是好的,但是还是有些在报错,查看接口报错日志,
在同一个时间段内,报错的接口是scheme这样的:
scheme: https, https://servicewechat.com/wx2e72ecb9760b913c/42/page-frame.html,
没报错的是这样:
scheme: https, https://servicewechat.com/wx2e72ecb9760b913c/43/page-frame.html
看官方文档说明 网络请求的 referer 格式固定为 https://servicewechat.com/{appid}/{version}/page-frame.html是不是表示报错的还是旧版本的微信小程序,微信小程序没有自动更新,这种情况怎么办呢
本文网址:http://www.91bianli.com/weixinxiaochengxu/48992.html