文档
测试

成果列表

POST
http://school.daoben.tech/api/demo/fruit_list

请求参数

参数名
类型
描述
必填
cat_id
int
示例:0 分类id
必填
start
int
示例:1 分页
必填
page_size
int
示例:8 分页
必填
keyword
搜索
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:返回成功
必填
data
array
数据列表
必填
id
int
示例:2 id
必填
first_id
int
示例:3
必填
name
string
示例:葡萄精深加工和综合利用 名称
必填
mastery
string
示例:高度 成熟度
必填
tech_type
string
示例:农业 技术类别
必填
unit
string
示例:中国农科院 单位
必填
release_time
string
示例:2022-04-14 发布时间
必填
count
int
示例:2
必填

说明 / 示例

{ "code": 1, "msg": "返回成功", "data": { "list": [ { "id": 2, "first_id": 3, "name": "葡萄精深加工和综合利用", "mastery": "高度", "tech_type": "农业", "unit": "中国农科院", "release_time": "2022-04-14" }, { "id": 3, "first_id": 3, "name": "葡萄精深加工和综合利用", "mastery": "工商财税", "tech_type": "农业", "unit": "中国农科院", "release_time": "2022-02-02" } ], "introduce": "高端装备制造业地方扶持,装配式建筑地方扶持,企业所得税,增值税,营业税,个税的要点和筹划空间,合规合法税筹税务筹划方案,为企业提供个性化定制服务" }, "count": 2 }