多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 通知设置列表 **请求URL:** - `/adminapi/notice.notice/settingLists` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |recipient |否 |integer |接收对象 1-买家 2-卖家 | |type |否 |integer|通知类型 1-业务通知 2-验证码 | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 7, "scene_id": 106, "scene_name": "订单付款通知", "scene_desc": "订单付款成功时通知买家", "recipient": 1, "type": 1, "system_notice": { "status": 0 }, "sms_notice": { "status": 0 }, "oa_notice": { "type": "oa", "template_id": "vbR311YA1bw5PcuSCUEBH3Us", "template_sn": "OPENTM201285651", "name": "订单支付成功通知", "first": "您的订单已支付成功!", "tpl": [ { "tpl_name": "商品名称", "tpl_keyword": "keyword1", "tpl_content": "{goods_name}" }, { "tpl_name": "订单编号", "tpl_keyword": "keyword2", "tpl_content": "{order_sn}" }, { "tpl_name": "支付金额", "tpl_keyword": "keyword3", "tpl_content": "{order_amount}" } ], "remark": "商家正在快马加鞭为您安排发货。", "status": 0 }, "mnp_notice": { "type": "mnp", "template_id": "9Ln6PVf22PBzWrFzYWdYFeBaY", "template_sn": "6271", "name": "订单支付成功通知", "tpl": [ { "tpl_name": "订单编号", "tpl_keyword": "character_string1", "tpl_content": "{order_sn}" }, { "tpl_name": "支付时间", "tpl_keyword": "time2", "tpl_content": "{pay_time}" }, { "tpl_name": "订单金额", "tpl_keyword": "amount3", "tpl_content": "{order_amount}" }, { "tpl_name": "商品名称", "tpl_keyword": "thing4", "tpl_content": "{goods_name}" } ], "status": 0 }, "support": "1,2", "delete_time": null, "type_desc": "业务通知", "recipient_desc": "买家" } ], "count": 1, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回参数: |参数名 |类型 |说明 | |:--| |scene_id |integer |场景id | |scene_name |string |场景名称 | |recipient_desc |string |接收对象描述 | |type_desc |string |通知类型描述 | |system_notice |object |系统通知设置 | |sms_notice |object |短信通知设置 | |oa_notice |object |公众号模板消息设置 | |mnp_notice |object |小程序订阅消息设置 |