curl --location -g --request GET 'notice/niusms/template/list/niuyun/{{username}}' \
--header 'Site-Id: 100000' \
--header 'Token: {{Token}}'{
"data": [
{
"key": "verify_code",
"receiver_type": 0,
"name": "手机验证码",
"title": "管理端验证码登录",
"async": false,
"variable": {
"code": "验证码"
},
"sms": {
"content": "您的手机验证码{code},请不要轻易告诉其他人"
},
"support_type": [
"sms"
],
"addon": "app",
"sms_type": "niuyun",
"site_id": 140,
"username": "niuyunsms",
"audit_info": {
"id": 0,
"status": "wait",
"status_name": "待审核"
}
},
{
"key": "member_verify_code",
"receiver_type": 1,
"name": "手机验证码",
"title": "前端验证码登录,注册,手机验证",
"async": false,
"variable": {
"code": "验证码"
},
"sms": {
"content": "您的手机验证码{code},请不要轻易告诉其他人"
},
"support_type": [
"sms"
],
"addon": "app",
"sms_type": "niuyun",
"site_id": 140,
"username": "niuyunsms",
"audit_info": {
"id": 0,
"status": "wait",
"status_name": "待审核"
}
},
{
"key": "o2o_order_pay",
"receiver_type": 1,
"name": "订单支付成功通知",
"title": "订单支付完成后发送",
"async": true,
"variable": {
"create_time": "下单时间",
"order_no": "订单编号",
"order_money": "订单金额",
"goods_name": "商品信息"
},
"sms": {
"content": "您购买的{goods_name}已经支付成功"
},
"wechat": {
"temp_key": "43216",
"content": [
[
"下单时间",
"{create_time}",
"time4"
],
[
"订单编号",
"{order_no}",
"character_string2"
],
[
"商品信息",
"{goods_name}",
"thing3"
],
[
"订单金额",
"{order_money}",
"amount5"
]
],
"keyword_name_list": [
"下单时间",
"订单号",
"商品名称",
"支付金额"
],
"tips": "使用该消息请将微信公众号服务类目选择为:生活服务——>百货/超市/便利店"
},
"weapp": {
"tid": "30808",
"content": [
[
"交易单号",
"{order_no}",
"character_string1"
],
[
"订单金额",
"{order_money}",
"amount3"
],
[
"商品名称",
"{goods_name}",
"thing4"
],
[
"下单时间",
"{create_time}",
"time2"
]
],
"kid_list": [
1,
3,
4,
2
],
"scene_desc": "订单完成通知"
},
"support_type": [
"sms",
"wechat",
"weapp"
],
"addon": "o2o",
"sms_type": "niuyun",
"site_id": 140,
"username": "niuyunsms",
"audit_info": {
"id": 0,
"status": "wait",
"status_name": "待审核"
}
},
{
"key": "o2o_order_auto_close",
"receiver_type": 1,
"name": "订单自动关闭通知",
"title": "订单超时未支付被系统自动关闭发送",
"async": true,
"variable": {
"create_time": "下单时间",
"order_no": "订单编号",
"order_money": "订单金额",
"goods_name": "商品信息",
"close_time": "关闭时间"
},
"sms": {
"content": "您购买的{goods_name}未能及时支付订单已自动关闭"
},
"wechat": {
"temp_key": "47563",
"content": [
[
"订单号",
"{order_no}",
"character_string1"