Commit c04bda57 authored by 赵啸非's avatar 赵啸非

添加密码修改

parent 549cd04c
...@@ -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|消息|-
} }
``` ```
## API服务 ## APP服务
### 查询API服务列表 ### 查询API服务列表
...@@ -1773,7 +1778,7 @@ msg|String|消息|- ...@@ -1773,7 +1778,7 @@ msg|String|消息|-
**内容类型:** application/json;charset=utf-8 **内容类型:** application/json;charset=utf-8
**简要描述:** 查询API服务 **简要描述:** 查询APP服务
**请求参数:** **请求参数:**
...@@ -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|消息|-
} }
``` ```
## 参数信息业务 ## 字典参数业务
### 查询参数信息业务列表 ### 查询参数信息业务列表
......
...@@ -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.*;
/** /**
* API服务 * APP服务
* *
* @author zxfei * @author zxfei
* @date 2022-05-25 * @date 2022-05-25
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment