- 必看
- 管理后台
- 工作台
- 登录
- 装修管理
- 文章资讯
- 消息通知
- 渠道设置
- 组织管理
- 权限管理
- 系统设置
- 文件管理
- 存储引擎
- 开发工具
- 用户管理
- 通用数据
- 营销应用
- 财务管理
- 手机端
- PC端
- 参数说明
通知设置详情
GET
/adminapi/notice.notice/detail
请求参数
Query 参数
id
integer
短信通知id
Header 参数
token
string
可选
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://www.likeadmin.localhost/adminapi/notice.notice/detail?id=' \
--header 'token: {{token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
必需
scene_id
integer
必需
scene_name
string
场景名称
scene_desc
string
场景描述
system_notice
object
系统通知设置
sms_notice
object
短信通知设置
oa_notice
object
公众号模板消息设置
mnp_notice
object
小程序订阅消息设置
support
string
必需
default
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"scene_id": 100,
"scene_name": "登录验证码",
"scene_desc": "用户手机号码登录时发送",
"system_notice": {
"title": "",
"content": "",
"status": 0,
"tips": [
"可选变量 验证码:code"
],
"is_show": false
},
"sms_notice": {
"template_id": "1234",
"content": "65465464654654654",
"status": "1",
"tips": [
"可选变量 验证码:code",
"示例:您正在申请注册,验证码${code},切勿将验证码泄露于他人,本条验证码有效期5分钟。",
"生效条件:1、管理后台完成短信设置。 2、第三方短信平台申请模板 3、若是腾讯云模板变量名须换成变量名出现顺序对应的数字(例:您好{nickname},您的订单{order_sn}已发货! 须改为 您好{1},您的订单{2}已发货!)"
],
"is_show": true
},
"oa_notice": {
"template_id": "",
"template_sn": "",
"name": "",
"first": "",
"remark": "",
"tpl": [],
"status": 0,
"tips": [
"可选变量 验证码:code",
"配置路径:小程序后台 > 功能 > 订阅消息"
],
"is_show": false
},
"mnp_notice": {
"template_id": "",
"template_sn": "",
"name": "",
"tpl": [],
"status": 0,
"tips": [
"可选变量 验证码:code",
"配置路径:小程序后台 > 功能 > 订阅消息"
],
"is_show": false
},
"support": "2",
"default": ""
}
}
修改于 2022-07-28 06:27:10