Uses of Class
com.foxinmy.weixin4j.wxa.model.template.Template
-
Packages that use Template Package Description com.foxinmy.weixin4j.wxa.api APIs. -
-
Uses of Template in com.foxinmy.weixin4j.wxa.api
Methods in com.foxinmy.weixin4j.wxa.api that return Template Modifier and Type Method Description Template
TemplateApi. getTemplateInLibrary(String id)
获取模板库某个模板标题下关键词库Methods in com.foxinmy.weixin4j.wxa.api that return types with arguments of type Template Modifier and Type Method Description List<Template>
TemplateApi. getTemplates(com.foxinmy.weixin4j.model.paging.Pageable pageable)
获取帐号下已存在的模板列表com.foxinmy.weixin4j.model.paging.Pagedata<Template>
TemplateApi. getTemplatesInLibrary(com.foxinmy.weixin4j.model.paging.Pageable pageable)
获取小程序模板库标题列表
-