文档
测试

地产业务-项目列表

POST
api/project/lists_project

请求参数

参数名
类型
描述
必填
page
int
页码数
必填
limit
int
条数,不传默认是10
必填
type
string
'award'为悬赏项目,'normal'为普通项目,'collect'为我的收藏,'issue'为我的发布,当type为收藏、发布的时候,需要token,其它两类不需要token
必填
filtrateIndex
int
2
必填
secondIndex
int
0
必填
token
string
collect需要
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
time
必填
data
列表
必填
total
总条数
必填
per_page
首页数
必填
current_page
当前页数
必填
last_page
总页数
必填
data
项目对象
必填
id
项目id
必填
title
项目标题
必填
service
服务类别
必填
descr
介绍描述
必填