文档
测试

列表页

POST
/api/web/project

请求参数

参数名
类型
描述
必填
page
int
第几页
必填
size
int
每页显示个数
必填

响应参数

参数名
类型
描述
必填
status
int
200 成功
必填
message
string
提示
必填
data
json
数据
必填
id
int
主键
必填
name
string
专题名称
必填
image
string
图片
必填
sort_type
int
分类ID
必填
sort_type_str
string
分类名称
必填

说明 / 示例

{ "status": 200, "message": "", "data": [ { "id": 4, "name": "IT", "image": "", "sort_type": 5, "sort_type_str": "行业" }, { "id": 3, "name": "性感美女", "image": "", "sort_type": 2, "sort_type_str": "人物" }, { "id": 2, "name": "张家界", "image": "", "sort_type": 4, "sort_type_str": "自然" }, { "id": 1, "name": "三亚专辑", "image": "project/36434af180d3fcbaa6d41f9b6b5036c7.jpg", "sort_type": 1, "sort_type_str": "景物" } ] }