Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
7a3d8f99
Commit
7a3d8f99
authored
Jul 22, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改升级政务服务版本
parent
b73d032e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
156 deletions
+4
-156
base-manager/doc/api.md
base-manager/doc/api.md
+4
-156
No files found.
base-manager/doc/api.md
View file @
7a3d8f99
...
@@ -8106,25 +8106,14 @@ msg|String|消息|-
...
@@ -8106,25 +8106,14 @@ msg|String|消息|-
参数名称|类型|备注|必填|其它
参数名称|类型|备注|必填|其它
---|---|---|---|---
---|---|---|---|---
page|Integer|当前页|否|-
size|Integer|每页条数|否|-
sign|String|短信签名|否|-
username|String|用户名|否|-
messageoff|Integer|短信开关 (1.开,0.关)|否|-
siteId|Long|站点id|否|-
siteId|Long|站点id|否|-
**请求样例:**
**请求样例:**
```
```
{
{
"sign":"herm5b",
"username":"k8rjm8",
"messageoff":3168,
"siteId":7832,
"siteId":7832,
"page":1,
"size":10
}
}
```
```
**响应参数:**
**响应参数:**
...
@@ -8172,137 +8161,6 @@ dict|object|字典对象|-
...
@@ -8172,137 +8161,6 @@ dict|object|字典对象|-
}
}
```
```
### 编辑短信设置
**请求URL:**
sms/set/edit
**请求方式:**
GET
**内容类型:**
application/json;charset=utf-8
**简要描述:**
编辑短信设置,返回实例详细信息
**请求参数:**
参数名称|类型|备注|必填|其它
---|---|---|---|---
id|Long|主键,唯一|是|-
**请求样例:**
```
http://localhost/sms/set/edit?id=549
```
**响应参数:**
参数名称 |参数类型|备注|其它
---|---|---|---
code|Integer|结果码(-1.失败,1.成功)|-
msg|String|消息|-
data|object|数据对象|-
 
id|Long|序号,主键,自增长|-
 
sign|String|短信签名|-
 
lastnum|Long|剩余短信条数|-
 
username|String|用户名|-
 
messageoff|Integer|短信开关 (1.开,0.关)|-
 
siteId|Long|站点id|-
 
smsplatform|Integer|短信平台 (1.容联,2.阿里云,3.移动)|-
 
createTime|Date|创建时间|-
 
createUserId|Long|创建用户|-
 
updateTime|Date|修改时间|-
 
siteName|String|站点名称|-
dict|object|字典对象|-
 
messageoff|object|字典属性对象,详见附录|-
 
smsplatform|object|字典属性对象,详见附录|-
**响应消息样例:**
```
{
"code": 1,
"data": {
"id":173,
"sign":"lprw14",
"lastnum":7407,
"username":"4odtcp",
"messageoff":7440,
"siteId":9085,
"smsplatform":252,
"createTime":"2022-01-20",
"createUserId":7406,
"updateTime":"2022-01-20",
"siteName":"9qysq6"
}
}
```
### 查看短信设置
**请求URL:**
sms/set/info
**请求方式:**
GET
**内容类型:**
application/json;charset=utf-8
**简要描述:**
查看短信设置,返回实例详细信息
**请求参数:**
参数名称|类型|备注|必填|其它
---|---|---|---|---
id|Long|主键,唯一|是|-
**请求样例:**
```
http://localhost/sms/set/info?id=549
```
**响应参数:**
参数名称 |参数类型|备注|其它
---|---|---|---
code|Integer|结果码(-1.失败,1.成功)|-
msg|String|消息|-
data|object|数据对象|-
 
id|Long|序号,主键,自增长|-
 
sign|String|短信签名|-
 
lastnum|Long|剩余短信条数|-
 
username|String|用户名|-
 
messageoff|Integer|短信开关 (1.开,0.关)|-
 
siteId|Long|站点id|-
 
smsplatform|Integer|短信平台 (1.容联,2.阿里云,3.移动)|-
 
createTime|Date|创建时间|-
 
createUserId|Long|创建用户|-
 
updateTime|Date|修改时间|-
 
siteName|String|站点名称|-
dict|object|字典对象|-
 
messageoff|object|字典属性对象,详见附录|-
 
smsplatform|object|字典属性对象,详见附录|-
**响应消息样例:**
```
{
"code": 1,
"data": {
"id":1811,
"sign":"1ffeg2",
"lastnum":5127,
"username":"qt4319",
"messageoff":7831,
"siteId":4841,
"smsplatform":8219,
"createTime":"2022-01-20",
"createUserId":2656,
"updateTime":"2022-01-20",
"siteName":"nq62ur"
}
}
```
### 保存更新短信设置
### 保存更新短信设置
...
@@ -8310,7 +8168,6 @@ dict|object|字典对象|-
...
@@ -8310,7 +8168,6 @@ dict|object|字典对象|-
**请求方式:**
POST
**请求方式:**
POST
**内容类型:**
application/json;charset=utf-8
**内容类型:**
application/json;charset=utf-8
**简要描述:**
保存或更新短信设置:id为空时为新增保存,否则为更新提交
**简要描述:**
保存或更新短信设置:id为空时为新增保存,否则为更新提交
...
@@ -8319,25 +8176,16 @@ dict|object|字典对象|-
...
@@ -8319,25 +8176,16 @@ dict|object|字典对象|-
参数名称|类型|备注|必填|其它
参数名称|类型|备注|必填|其它
---|---|---|---|---
---|---|---|---|---
sign|String|短信签名|是|-
lastnum|Long|剩余短信条数|是|-
username|String|用户名|是|-
messageoff|Integer|短信开关 (1.开,0.关)|是|-
siteId|Long|站点id|是|-
siteId|Long|站点id|是|-
smsplatform|Integer|短信平台 (1.容联,2.阿里云,3.移动)|是|-
siteName|String|站点名称|是|-
siteName|String|站点名称|是|-
messageoff|Integer|短信开关 (1.开,0.关)|是|-
**请求样例:**
**请求样例:**
```
```
{
{
"sign":"vpi4wk",
"lastnum":4582,
"username":"n36o5j",
"messageoff":322,
"siteId":2436,
"siteId":2436,
"s
msplatform":7023
,
"s
iteName":"td3b9x"
,
"
siteName":"td3b9x"
"
messageoff":0,
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment