https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/account/bind.html
问一下第三方开放平台的开放平台账号绑定的问题,公众号已经有一个open_appid,小程序要跟公众号绑在一个open_appid下,但是接口返回 open is not created by api 这个错误,怎么来处理呢?
请求时间:2020-03-30 16:34:17
第一步:查询公众号已绑定的开放平台账号
请求:{"appid":"wx2ff3afbb8ddc707d"}
响应:{"errcode":0,"open_appid":"wx9c6a8492603cf07a","errmsg":"ok"}
第二步:查询小程序已绑定的开放平台账号
请求:{"appid":"wx87bc5ee0bd3cf9e9"}
响应:{"errcode":89002,"errmsg":"open not exists hint: [ekuTVa02573125]"}
第三步:把小程序绑定到公众号所在的开放平台账号下
请求:{"open_appid":"wx9c6a8492603cf07a","appid":"wx87bc5ee0bd3cf9e9"}
响应:{"errcode":89003,"errmsg":"open is not created by api hint: [S0nDFa02573125]"}
仅支持通过api创建