public class WxMaTemplateServiceImpl extends Object implements WxMaTemplateService
TEMPLATE_ADD_URL, TEMPLATE_DEL_URL, TEMPLATE_LIBRARY_KEYWORD_URL, TEMPLATE_LIBRARY_LIST_URL, TEMPLATE_LIST_URL| 构造器和说明 | 
|---|
| WxMaTemplateServiceImpl(WxMaService wxMaService) | 
| 限定符和类型 | 方法和说明 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| WxMaTemplateAddResult | addTemplate(String id,
           List<Integer> keywordIdList)
 组合模板并添加至帐号下的个人模板库
 详情请见: 
 booleandelTemplate(String templateId)
 删除帐号下的某个模板
 详情请见: 
 WxMaTemplateLibraryGetResultfindTemplateLibraryKeywordList(String id)
 获取模板库某个模板标题下关键词库
 详情请见: 
 WxMaTemplateLibraryListResultfindTemplateLibraryList(int offset,
                       int count)
 获取小程序模板库标题列表
 详情请见: 
 WxMaTemplateListResultfindTemplateList(int offset,
                int count)
 获取帐号下已存在的模板列表
 详情请见: 
 从类继承的方法 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 Copyright © 2018. All rights reserved. |