public class WxaapiAPI extends BaseAPI
| 构造器和说明 |
|---|
WxaapiAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static weixin.popular.bean.wxaapi.AddTemplateResult |
addTemplate(String access_token,
String tid,
List<Integer> kidList,
String sceneDesc)
小程序订阅消息
组合模板并添加至帐号下的个人模板库 |
static BaseResult |
delTemplate(String access_token,
String priTmplId)
小程序订阅消息
删除帐号下的个人模板 |
static weixin.popular.bean.wxaapi.GetCategoryResult |
getCategory(String access_token)
小程序订阅消息
获取小程序账号的类目 |
static weixin.popular.bean.wxaapi.GetPriTemplateListResult |
getPriTemplateList(String access_token)
小程序订阅消息
获取当前帐号下的个人模板列表 |
static weixin.popular.bean.wxaapi.GetPubTemplateKeywordsResult |
getPubTemplateKeywords(String access_token,
String tid)
小程序订阅消息
获取模板标题下的关键词列表 |
static weixin.popular.bean.wxaapi.GetPubTemplateTitlesResult |
getPubTemplateTitles(String access_token,
String ids,
Integer start,
Integer limit)
小程序订阅消息
获取帐号所属类目下的公共模板标题 |
public static weixin.popular.bean.wxaapi.AddTemplateResult addTemplate(String access_token, String tid, List<Integer> kidList, String sceneDesc)
access_token - access_tokentid - tid 模板标题idkidList - 模板关键词id组合sceneDesc - 模板服务场景描述public static BaseResult delTemplate(String access_token, String priTmplId)
access_token - access_tokenpriTmplId - 个人模板idpublic static weixin.popular.bean.wxaapi.GetCategoryResult getCategory(String access_token)
access_token - access_tokenpublic static weixin.popular.bean.wxaapi.GetPubTemplateTitlesResult getPubTemplateTitles(String access_token, String ids, Integer start, Integer limit)
access_token - access_tokenpublic static weixin.popular.bean.wxaapi.GetPubTemplateKeywordsResult getPubTemplateKeywords(String access_token, String tid)
access_token - access_tokenpublic static weixin.popular.bean.wxaapi.GetPriTemplateListResult getPriTemplateList(String access_token)
access_token - access_tokenCopyright © 2021. All rights reserved.