获取区域权限列表
POST
/api/v1/system/data/area/user/apply/index请求参数
Body 参数application/json
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
$ref(#/definitions/105195099)[]
排序
authTypes
array[integer <int64>]
可选
权限类型 1:读权限,只能读,不能写 4:管理权限,可以修改别人的权限
areaID
string
项目id
withAreaInfo
boolean
把区域信息附带上
withUserInfo
boolean
把用户信息带上
示例
未设置
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (UserAreaApplyIndexResp)
可选
list
array[object (UserAreaApplyInfo) {7}]
必需
total
integer <int64>
必需
示例
未设置
最后修改时间: 1 天前