获取接口列表
POST
/api/v1/system/access/api/index请求参数
Body 参数application/json
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
$ref(#/definitions/105195099)[]
排序
route
string
接口路由
method
string
可选
接口请求方式: (1 GET 2 POST 3 HEAD 4 OPTIONS 5 PUT 6 DELETE 7 TRACE 8 CONNECT 9 其它)
name
string
接口名称
accessCode
string
应用编号
authType
integer <int64>
可选
1(all) 全部人可以操作 2(admin) 默认授予租户管理员权限 3(superAdmin,supper) default租户才可以操作(超管是跨租户的)
<= 3
示例
未设置
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (ApiInfoIndexResp)
可选
list
array[object (ApiInfo) {7}]
接口列表数据
total
integer <int64>
接口列表总记录数
示例
未设置
最后修改时间: 4 小时前