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
c04bda57
Commit
c04bda57
authored
Jun 14, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加密码修改
parent
549cd04c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
27 deletions
+37
-27
portal-manager/doc/api.md
portal-manager/doc/api.md
+36
-26
portal-manager/src/main/java/com/mortals/xhx/module/system/web/SystemServiceController.java
...ortals/xhx/module/system/web/SystemServiceController.java
+1
-1
No files found.
portal-manager/doc/api.md
View file @
c04bda57
...
@@ -1554,6 +1554,7 @@ msg|String|消息|-
...
@@ -1554,6 +1554,7 @@ msg|String|消息|-
:---|:---|:---|:------
:---|:---|:---|:------
page|Integer|否|当前页
page|Integer|否|当前页
size|Integer|否|每页条数,值为-1,查询所有记录
size|Integer|否|每页条数,值为-1,查询所有记录
apiName|String|否|api服务名称,模糊查询添加%%
**请求样例:**
**请求样例:**
```
```
...
@@ -1574,18 +1575,22 @@ data|object|数据对象
...
@@ -1574,18 +1575,22 @@ data|object|数据对象
 total|Integer|总条数
 total|Integer|总条数
 last_page|Integer|总页数
 last_page|Integer|总页数
 current_page|Integer|当前页
 current_page|Integer|当前页
 data|array|结果集列表
 data|array|结果集
  id|Long|系统API的ID,主键,自增长
  serviceName|String|服务名称
  systemServiceName|String|模块名称
  serviceCode|String|服务编码
  systemServiceCode|String|模块编码
  count|Integer|服务数量
  systemServiceUrl|String|模块地址
  serviceList|Arrays|服务列表
  apiName|String|API接口名称
   id|Long|系统API的ID,主键,自增长
  apiUrl|String|API接口(链接)
   systemServiceName|String|模块名称
  apiVersion|String|API接口版本
   systemServiceCode|String|模块编码
  apiStatus|Integer|API接口状态(1:启用,0:停用)
   systemServiceUrl|String|模块地址
  createTime|Date|创建时间
   apiName|String|API接口名称
  lapseTime|Date|失效时间
   apiUrl|String|API接口(链接)
  apiRemark|String|API接口说明
   apiVersion|String|API接口版本
   apiStatus|Integer|API接口状态(1:启用,0:停用)
   createTime|Date|创建时间
   lapseTime|Date|失效时间
   apiRemark|String|API接口说明
dict|object|字典对象
dict|object|字典对象
**响应消息样例:**
**响应消息样例:**
...
@@ -1763,7 +1768,7 @@ msg|String|消息|-
...
@@ -1763,7 +1768,7 @@ msg|String|消息|-
}
}
```
```
## AP
I
服务
## AP
P
服务
### 查询API服务列表
### 查询API服务列表
...
@@ -1773,7 +1778,7 @@ msg|String|消息|-
...
@@ -1773,7 +1778,7 @@ msg|String|消息|-
**内容类型:** application/json;charset=utf-8
**内容类型:** application/json;charset=utf-8
**简要描述:** 查询AP
I
服务
**简要描述:** 查询AP
P
服务
**请求参数:**
**请求参数:**
...
@@ -1781,6 +1786,7 @@ msg|String|消息|-
...
@@ -1781,6 +1786,7 @@ msg|String|消息|-
:---|:---|:---|:------
:---|:---|:---|:------
page|Integer|否|当前页
page|Integer|否|当前页
size|Integer|否|每页条数,值为-1,查询所有记录
size|Integer|否|每页条数,值为-1,查询所有记录
packageName|String|否|模糊查询添加%packageName%
**请求样例:**
**请求样例:**
```
```
...
@@ -1802,17 +1808,21 @@ data|object|数据对象
...
@@ -1802,17 +1808,21 @@ data|object|数据对象
 last_page|Integer|总页数
 last_page|Integer|总页数
 current_page|Integer|当前页
 current_page|Integer|当前页
 data|array|结果集列表
 data|array|结果集列表
  id|Long|系统API的ID,主键,自增长
  serviceName|String|服务名称
  systemServiceName|String|模块名称
  serviceCode|String|服务编码
  systemServiceCode|String|模块编码
  count|Integer|服务数量
  systemServiceUrl|String|模块地址
  serviceList|Arrays|服务列表
  packageName|String|包名称
   id|Long|系统API的ID,主键,自增长
  packagePath|String|包的下载路径
   systemServiceName|String|模块名称
  packageVersion|String|包的版本
   systemServiceCode|String|模块编码
  apiStatus|Integer|包的状态(1:启用,0:停用)
   systemServiceUrl|String|模块地址
  createTime|Date|创建时间
   packageName|String|包名称
  lapseTime|Date|失效时间
   packagePath|String|包的下载路径
  packageRemark|String|包的说明
   packageVersion|String|包的版本
   apiStatus|Integer|包的状态(1:启用,0:停用)
   createTime|Date|创建时间
   lapseTime|Date|失效时间
   packageRemark|String|包的说明
dict|object|字典对象
dict|object|字典对象
**响应消息样例:**
**响应消息样例:**
...
@@ -1990,7 +2000,7 @@ msg|String|消息|-
...
@@ -1990,7 +2000,7 @@ msg|String|消息|-
}
}
```
```
##
参数信息
业务
##
字典参数
业务
### 查询参数信息业务列表
### 查询参数信息业务列表
...
...
portal-manager/src/main/java/com/mortals/xhx/module/system/web/SystemServiceController.java
View file @
c04bda57
...
@@ -32,7 +32,7 @@ import org.springframework.web.multipart.MultipartFile;
...
@@ -32,7 +32,7 @@ import org.springframework.web.multipart.MultipartFile;
import
static
com
.
mortals
.
framework
.
ap
.
SysConstains
.*;
import
static
com
.
mortals
.
framework
.
ap
.
SysConstains
.*;
/**
/**
* AP
I
服务
* AP
P
服务
*
*
* @author zxfei
* @author zxfei
* @date 2022-05-25
* @date 2022-05-25
...
...
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