调用接口:https://api.weixin.qq.com/wxa/gettemplatedraftlist?access_token=ACCESS_TOKEN
文档地址:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/code_template/gettemplatelist.html
返回数据如下:
{
"code": "200",
"msg": "操作成功",
"data": {
"errcode": 0,
"errmsg": "ok",
"draftList": null
}
}
第三方平台appId:wx0b8c0514e641c118
是由于没有在第三方平台添加【代开发小程序】的问题吗?如图位置
你好,请参考开发步骤文档操作 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/how_to_dev.html
需要添加开发小程序,然后在开发者工具中使用这个小程序上传模板。