Tdaas


分页查询application信息

简要描述
  • 分页查询application信息
请求URL
  • 192.168.1.8:8888/application/findApplicationPageable
请求方式
  • GET
请求头
参数名 示例 必选 类型 说明
x-token xxxxxx string token
参数
参数名 必选 类型 说明
page int
size int
返回示例
{
    "code": "200000",
    "message": "操作成功",
    "payload": {
        "current": 1,
        "records": [
            {
                "application_id": 0,
                "application_name": "内置默认应用",
                "application_desc": "内置默认应用供用户调用接口使用",
                "created_by": 1637829368,
                "user_id": 0,
                "app_id": "tj77514c7dce74b11f",
                "sercret_key": "3a746fa1e7a393d324f7284e1e35828fac6065c3ab3c1fdc620a98ade3f02643",
                "update_by": 1637829368,
                "type_id": 0,
                "type_name": "",
                "user_role": 0
            }
        ],
        "size": 5,
        "total": 1
    }
}
返回参数说明
参数名 类型 说明
code string 状态码
message string 状态信息
payload Object payload
- current int
- size int
- total int
- records []Object
备注

页面列表

ITEM_HTML