接口编号:4000
接口说明:
向用户发送微信模板消息(使用EZR内置模板)。
注:支持批量发送,最大数据行数限制100。
TempCode是模板标识,CZXF:储值卡消费,GMZC:储值卡充值
请求说明:
编号:4000
HTTP请求方式:POST
返回数据格式:JSON
请求路径:api/WXMessage/SendByTemp
请求参数:
字段 | 类型 | 为空 | 长度 | 描述 |
TempCode | string | 否 | 1~16 | 模板标识,非模板编号 |
MsgType | string | 是 | 自定义参数,表示消息类型 (自定义一个类型,便于后期统计) | |
Messages | Json数组 | 否 | 消息内容 |
请求参数(Message):
字段 | 类型 | 为空 | 长度 | 描述 |
OldCode | string | 否 | 1~16 | Vip线下code编号 说明:必须是关注微信公众号的会员,才能触达模板消息 |
TmpValue | Josn数组 | 否 | 消息对应关键字 (见附 件消息提醒模板内容匹配表.xlsx中 微信模板内容 如:keyword1) |
请求参数(TmpValue):
字段 | 类型 | 为空 | 长度 | 描述 |
Name | string | 否 | 1~16 | 消息替换块名称 |
Value | Josn数组 | 否 | 消息替换块值 |
请求参数示例代码(json对象):
{ "TempCode": "CZXF", "MsgType": "", "Messages": [{ "OldCode": "QAHSGA122", "TmpValue": [{ "Name": "keyword1", "Value": "2021-01-01" }, { "Name": "keyword2", "Value": "2" }, { "Name": "keyword3", "Value": "储值卡" }, { "Name": "keyword4", "Value": "0112616" }, { "Name": "keyword5", "Value": "20" }] }] }
系统级返回结果示例(json对象):
{ "Status": true, "StatusCode": 200, "Msg": "成功", "Timestamp": "20150622093101", "Sign": "6ECC9BF07C69E80F6D8552FF7B2E7A8FCA2CC80E", "Result": 见业务返回结果示例, }
业务返回结果示例(json):
内容1,代表所影响行数