文档
测试

获取研究成果列表

POST
/show/science_foundation/getGainInfo

接口描述

获取研究成果列表

请求参数

参数名
类型
描述
必填
num
string
项目ID
必填
page_now
int
当前页
必填
page_num
int
每页数量
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功,没有数据时,仍返回true
必填
msg
string
描述
必填
data
array
返回数组
必填
gain_name
string
标题
必填
gain_author
array
作者数组
必填
type
string
类型
必填
url
bool
当前条数据是否有详情页(跳转页面),ture为有
必填
type_id
int
类型ID
必填
gain_id
int
研究成果ID
必填
count
int
数据总数
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": [ { "gain_id": 1, "approval_num": "10061004", "type_id": 1, "property_id": 1, "gain_name": "The existence of positive periodic solutions for periodic feedback control systems with delays", "gain_author": "范桂红,李永昆,秦茂昌", "display_order": 1, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 2, "approval_num": "10061004", "type_id": 1, "property_id": 2, "gain_name": "Positive periodic solutions of infinite delay functional differential equations depending on a parameter", "gain_author": "刘萍,李永昆", "display_order": 2, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 3, "approval_num": "10061004", "type_id": 1, "property_id": 3, "gain_name": "Positive periodic solutions of higher-dimensional functional difference equations with a parameter", "gain_author": "朱立斐,李永昆", "display_order": 3, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 4, "approval_num": "10061004", "type_id": 1, "property_id": 4, "gain_name": "Classifications and existence of positive solutions of higher-order nonlinear differential equations", "gain_author": "欧阳自根,李永昆,唐清干", "display_order": 4, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 5, "approval_num": "10061004", "type_id": 1, "property_id": 5, "gain_name": "Eventually Positive Solutions of Odd Order Neutral Differential Equations", "gain_author": "欧阳自根,李永昆,秦茂昌", "display_order": 5, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 6, "approval_num": "10061004", "type_id": 1, "property_id": 6, "gain_name": "偶数阶中立型泛函微分方程最终正解的存在性", "gain_author": "范桂红,李永昆", "display_order": 6, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 7, "approval_num": "10061004", "type_id": 1, "property_id": 7, "gain_name": "一类非线性中立型时滞微分方程的振动定理(英文)", "gain_author": "刘春潮,李永昆", "display_order": 7, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 8, "approval_num": "10061004", "type_id": 1, "property_id": 8, "gain_name": "Existence of positive periodic solution for a single species model with state dependent delay", "gain_author": "范桂红,欧阳自根", "display_order": 8, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 9, "approval_num": "10061004", "type_id": 1, "property_id": 9, "gain_name": "拟线性滞后型微分方程正解的存在性", "gain_author": "尹福其,范桂红,李永昆", "display_order": 9, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true }, { "gain_id": 10, "approval_num": "10061004", "type_id": 1, "property_id": 10, "gain_name": "Oscillation and stability for delay logistic difference equation", "gain_author": "秦茂昌,李永昆", "display_order": 10, "update_time": null, "create_time": "2019-08-17 19:39:05", "type": "期刊论文", "url": true } ], "count": 29, "page_now": 1, "page_num": 10 }