列表
简要描述
-列表
请求URL
gl
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
pageSize | 是 | int | 每页条数 |
返回示例
{
"status":0,
"message":"成功",
"result":{
"list":[
{
"id":1,
"title":"测试1",
"status":1,
"rules":"7,8,9,10,11"
}
],
"total":1
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | int | 接口状态 |
message | string | 接口信息 |
result | string | 接口数据 |
-list | string | 数据项 |
-total | int | 总页数 |
- -id | int | 数据id |
- -title | string | 名称 |
- -status | int | 状态 |
- -rules | string | 规则 |
备注
- 更多返回错误代码请看首页的错误代码描述