| Package | Description |
|---|---|
| cn.watsontech.webhelper.openapi.form.wx | |
| cn.watsontech.webhelper.openapi.service |
| Modifier and Type | Field and Description |
|---|---|
protected List<WxMessageData> |
WxMsgForm.data
模板内容,不填则下发空模板.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<WxMessageData> |
WxMsgForm.autoConvertDataList()
转换序列号后的data为正确的格式WxMessageData格式
序列化后的为Map格式
|
List<WxMessageData> |
WxMsgForm.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
WxMsgForm.setData(List<WxMessageData> data) |
| Constructor and Description |
|---|
WxMaSubscribeMsgForm(String wxAppid,
String templateId,
String toUser,
String page,
List<WxMessageData> data) |
WxMsgForm(List<WxMessageData> data) |
| Modifier and Type | Method and Description |
|---|---|
OpenApiDecodeService.BaseSuccessResponse<Integer> |
OpenApiDecodeService.sendWxMaSubscribeMessage(String appid,
String appSecret,
String wxAppId,
String templateId,
String toUser,
String page,
List<WxMessageData> data)
发送小程序订阅消息
|
Copyright © 2021. All rights reserved.