开发者工具报:
{"errcode":41004,"errmsg":"appsecret missing, rid: 676e0266-2d04ac34-43d5c5c5"}
真机调试报:
{"errcode":41004,"errmsg":"appsecret missing, rid: 676e0813-1f7e3873-1417d35d"}
但是文档里只提到如下:
参数 类型 必填 说明
appid string 是 小程序的 AppID
js_code string 是 wx.login 获取的 code
grant_type string 是 填 authorization_code
component_appid string 是 第三方平台 appid
component_access_token string 是 第三方平台的component_access_token
没要求 appsecret 参数呀。
appid 填的是:上图 extAPPID.
js_code string 填的是: wx.login 获取的 code
grant_type string 填的是:authorization_code
component_appid:填的是:下图 平台型 APPID.
component_access_token 填的是:下图 平台型 APPID 获取到的:component_access_token
但是:
errcode : 41004
errmsg : appsecret missing, rid: 676e9935-63f9e0f3-1bed68cf
不知那里出了问题,小程序将将草稿添加到模板库成功,获取模板列表接口,也能查到。还未提审。
postman调用截个图