public interface WxTemplateMsgApi
| 限定符和类型 | 方法和说明 |
|---|---|
WxResp |
get_all_private_template() |
WxResp |
get_industry() |
WxResp |
template_api_add_template(String template_id_short) |
WxResp |
template_api_del_template(String template_id) |
WxResp |
template_api_set_industry(String industry_id1,
String industry_id2) |
WxResp |
template_send(String touser,
String template_id,
String url,
Map<String,Object> miniprogram,
Map<String,WxTemplateData> data) |
WxResp |
template_send(String touser,
String template_id,
String url,
Map<String,WxTemplateData> data) |
WxResp template_api_set_industry(String industry_id1, String industry_id2)
WxResp template_send(String touser, String template_id, String url, Map<String,WxTemplateData> data)
WxResp template_send(String touser, String template_id, String url, Map<String,Object> miniprogram, Map<String,WxTemplateData> data)
WxResp get_all_private_template()
WxResp get_industry()
Copyright © 2019. All rights reserved.