- 小程序生成scheme码传参env_version为trial不生效?
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/url-scheme/generateScheme.html 参数为{"jump_wxa":{"path":"pages/moduleC/myDubDetail/index","query":"id=56765432345s","env_version":"trial"},"is_expire":true,"expire_type":1,"expire_interval":1} 生成的scemeCode 跳转的还是正式版 不是体验版
2023-12-12 - A开放平台下的移动应用a想迁移到B开放平台下,迁移前后用户的openId、unionId会有变化吗?
A开放平台下的移动应用a迁移到B开放平台下问: 1.openId、unionId会有变化吗? 2如果unionId有变化,移动应用在两个平台下的unionId有什么方式能做关联吗?
2023-01-13 - 公众号授权通过授权accessToken获取用户信息偶尔报错40001?
{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest, rid: 63a9868f-035724bd-192bc662"}
2022-12-26 - authorizer_refresh_token字段时效问题?
1、获取/刷新接口 和 使用授权码获取授权信息接口 返回结果中的authorizer_refresh_token的时效和authorizer_access_token是一致的吗?还是authorizer_refresh_token永久有效?
2022-10-28 - 基于三方平台调用小程序相关接口access_token参数具体是哪个token问题?
类似接口有很多,图片是其中一个 api文档中有很多这种开放平台下的小程序相关接口,接口文档中有 'HTTPS调用' 和 '第三方调用' 两种方式,access_token的说明中只说明了使用authorizer_access_token,请问 1、这类的接口是只能服务商使用authorizer_access_token调用,还是说商户自己也可以使用access_token调用类似接口? 2、类似接口的文档中的 'HTTPS调用' 和 '第三方调用' 两种方式,是否分别对应商户调用和服务商调用? [图片]
2022-10-28 - 网页授权通过code获取accessToken为什么会返回-1?
调用接口:https://api.weixin.qq.com/sns/oauth2/access_token?grant_type=authorization_code&code=?&appid=?&secret=? https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html#1 文档第二步 偶尔会返回:-1:system error, rid: 6340c1ba-0b04cc10-19c5ae53 对应的code再次请求会提示code重复使用
2022-10-08 - 网页授权通过code获取accessToken为什么会返回-1?
调用接口:https://api.weixin.qq.com/sns/oauth2/access_token?grant_type=authorization_code&code=?&appid=?&secret=? https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html#1 文档第二步 偶尔会返回:-1:system error, rid: 6340c1ba-0b04cc10-19c5ae53 对应的code再次请求会提示code重复使用
2022-10-08