文档
测试

获取导出资源信息列表

POST
/admin/data/getExportList

接口描述

获取导出资源信息列表

请求参数

参数名
类型
描述
必填
type
int
资源类型ID,0为不选择
必填
start
string
起始时间
必填
end
string
结束时间
必填
keyword
string
检索关键词
必填
show
int
上线状态,1为上线,2为下线,3为不选择
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果代码,1001研值不足,1002研值不足且非会员,1003研值不足且非专业翻译高级用户,1013研值充足但非专业翻译高级用户,1004研值不足且非专业药学库高级用户,1005研值不足且非专业绘图高级用户,2001非会员,3001非专业翻译高级用户,3002非专业药学库高级用户,3003非专业绘图高级用户,200请求成功,300登录失败,301用户封禁,302用户封禁,500请求失败
必填
msg
string
描述
必填
data
array
返回对象数组
必填
information_title
string
信息标题
必填
release_date
string
发布时间
必填
is_show
int
上线状态,0为下线,1为上线
必填
type_desc
string
类型描述
必填
count
int
数据总数
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填

说明 / 示例

{ "code": 200, "msg": "ok", "data": [ { "list_id": 1, "information_id": "lzx200927151338960369244405", "information_type": 1, "information_title": "Nuclear Smuggling, Terrorism Poses Greatest Threat To U.S.: Nuclear Summit Falls Short, Lugar Calls Presidential Leadership Imperative", "information_desc": "{\"source_id\":\"18\",\"source_name\":\"\\u6838\\u5a01\\u80c1\\u5021\\u8bae\",\"issue_data\":\"1996-04-01\",\"chs_text\":\"\\u6838\\u8f6c\\u8fd0\\uff0c\\u6050\\u6016\\u4e3b\\u4e49\\u5bf9\\u7f8e\\u56fd\\u6784\\u6210\\u6700\\u5927\\u5a01\\u80c1\\uff1a\\u6838\\u9996\\u8111\\u4f1a\\u8bae\\u4e0d\\u8db3\\uff0c\\u5362\\u52a0\\u79f0\\u603b\\u7edf\\u9886\\u5bfc\\u52bf\\u5728\\u5fc5\\u884c\",\"language_type\":2,\"paragraph_desc\":\"Abstract:\"}", "release_date": "1996-04", "release_date_precision": "M", "information_img": null, "create_user": 0, "is_show": 0, "last_update": "2020-09-29 13:20:02", "update_time": "2021-02-05 18:03:36", "create_time": "2020-08-06 11:27:36", "information_source_id": 18, "type_id": 1, "type_name": "information", "type_desc": "新闻资讯", "type_prefix": "lzx", "type_identification": "[N]", "is_del": 0 } ], "count": 1, "page_now": 1, "page_num": 20 }