package
1.0.0-beta.4
Repository: https://github.com/fastwego/miniprogram.git
Documentation: pkg.go.dev

# Functions

将草稿添加到代码模板库 可以通过获取草稿箱中所有的草稿得到草稿 ID;调用本接口可以将临时草稿选为持久的代码模板。使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code_template/addtotemplate.html POST https://api.weixin.qq.com/wxa/addtotemplate?access_token=TOKEN */.
删除指定代码模板 因为代码模板库的模板数量是有上限的,当达到上限或者有某个模板不再需要时,可以调用本接口删除指定的代码模板。使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code_template/deletetemplate.html POST https://api.weixin.qq.com/wxa/deletetemplate?access_token=ACCESS_TOKEN */.
获取代码草稿列表 通过本接口,可以获取草稿箱中所有的草稿(临时代码模板);草稿是由第三方平台的开发小程序在使用微信开发者工具上传的,点击查ext详情使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code_template/gettemplatedraftlist.html GET https://api.weixin.qq.com/wxa/gettemplatedraftlist?access_token=ACCESS_TOKEN */.
获取代码模板列表 第三方平台运营者可以登录 open.weixin.qq.com 或者通过将草稿箱的草稿选为代码模板接口,将草稿箱中的某个代码版本添加到代码模板库中使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code_template/gettemplatelist.html GET https://api.weixin.qq.com/wxa/gettemplatelist?access_token=ACCESS_TOKEN */.