开放平台创建了“第三方平台”应用
小程序授权给应用成功
调用“获取公众号/小程序所绑定的开放平台帐号”接口报错:
{“errcode”:-1,“errmsg”:“system error hint: [F0vSvA02463131]”}" }
请求地址:https://api.weixin.qq.com/cgi-bin/open/get?access_token=12_M7xA_SHL40…(小程序授权后的access_token,通过https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token接口获取的)
POST参数:appid=xxxxx (小程序APPID)
调用“创建 开放平台帐号并绑定公众号/小程序”接口时又报另一个错误:
{“errcode”:40013,“errmsg”:“invalid appid hint: [GkL9aA04021891]”}" }
请求地址:https://api.weixin.qq.com/cgi-bin/open/create?access_token=12_M7xA_SHL40JP…
POST参数:appid=xxxxx (小程序APPID)
请各路大神帮忙看下