public class JwTemplateMessageAPI extends Object
| 构造器和说明 |
|---|
JwTemplateMessageAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
addTemplate(String accessToken,
String template_id_short)
添加模板信息
|
static void |
main(String[] args) |
static String |
sendTemplateMsg(IndustryTemplateMessageSend industryTemplateMessageSend)
发送客服模板消息
|
static String |
setIndustry(String accessToken,
String industry_id1,
String industry_id2)
设置行业信息
|
public static String setIndustry(String accessToken, String industry_id1, String industry_id2) throws WexinReqException
accessToken - industry_id1 - industry_id2 - WexinReqExceptionpublic static String addTemplate(String accessToken, String template_id_short) throws WexinReqException
accessToken - template_id_short - WexinReqExceptionpublic static String sendTemplateMsg(IndustryTemplateMessageSend industryTemplateMessageSend) throws WexinReqException
industryTemplateMessageSend - WexinReqExceptionpublic static void main(String[] args)
Copyright © 2022. All rights reserved.