文档
测试

应用列表

POST
/qgy/app/list

请求参数

参数名
类型
描述
必填
index
string
当前页面
必填
length
string
显示个数
必填
userId
string
用户ID
必填
id
string
应用ID
必填
title
string
应用名称
必填

说明 / 示例

``` { "result": 1, "msg": "successful operation!", "number": 2, "code": "QG_SUS1000", "data": [ { "userId": "6E089695B529478B874ED3883EAE003A", "id": "8C7640203DC5451B85D45F1DC2180CA7", "appKey": "A71186556E01467CB07A7DC565480A26", "title": "应用8", "content": "应用8", "appSecret": "0BD0E14A93794CEDBD17C9B0011D552F", "state": 1, "verify": 0, "createTime": "2020-09-16 17:43:15" }, { "userId": "6E089695B529478B874ED3883EAE003A", "id": "935334C68DA5407698082BDEFA5D1B0F", "appKey": "03B8641803DA4620A6C57D857B17AC79", "title": "app1", "content": "app1", "appSecret": "48A573321B7546B6A0152F9803F9177E", "state": 1, "verify": 0, "createTime": "2020-09-16 15:14:27" } ], "count": 4 } ```