- 公众号年审期间接口调用问题?
微信认证有效期为一年,此帐号的微信认证会在2021年05月20日到期,需要在2021年02月19日至2021年05月20日完成年审。 那么如果我现在的时间,是2013-03-25。授权接口是否能正常调用
2021-03-25 - getaccountbasicinfo调用权限问题?
https://api.weixin.qq.com/cgi-bin/account/getaccountbasicinfo?access_token=ACCESS_TOKEN 该接口调用,返回 {"errcode":48001,"errmsg":"api unauthorized hints: [4hACBMnre-IJw!]"} 我在这边帖子看到的情况【https://developers.weixin.qq.com/community/develop/doc/0000a0af6e09c869f9e8d859d56400】 说是只有通过API创建的小程序才能够调用API。 那么请问下官方,第三方平台->代小程序实现业务->基础信息设置,该栏下的所有API,只有通过API创建的小程序才能够调用呢
2020-06-02 - 代码提交审核问题?
APIhttps//api.weixin.qq.com/wxa/submit_audit?access_token=ACCESS_TOKEN 错误消息: 该开发小程序已开通小程序直播权限,不支持发布版本。如需发版,请解绑开发小程序后再操作 第三方平台 已将直播权限去掉。 旗下小程序视图删除【直播组件】删除不了。问题依旧
2020-05-29 - 返回数据异常
{ "total_count": 4, "list": [{ "authorizer_appid": "wx2f4c843c48548d85", "auth_time": 1590720137 }, { "authorizer_appid": "wxc0c6df152135c726", "refresh_token": "refreshtoken@@@", "auth_time": 1590656678 }, { "authorizer_appid": "wxcd33beab9ff81d51", "refresh_token": "refreshtoken@@@", "auth_time": 1590653395 }, { "authorizer_appid": "wxa928e61b12cbabb0", "refresh_token": "refreshtoken@@@", "auth_time": 1590652901 }] } 返回的一组数据 没有refresh_token
2020-05-29