文档
测试

获取右侧图标导航信息

POST
/fanyi/video/getRightInfo

接口描述

获取右侧图标导航信息

请求参数

参数名
类型
描述
必填
task_id
string
任务ID
必填
is_detail
bool
是否详情入口
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回对象数组
必填
tableList
array
返回对象数组
必填
task_id
string
任务ID
必填
list_id
int
列表ID
必填
file_order
int
文件排序
必填
attachList
array
返回对象数组
必填
task_id
string
任务ID
必填
list_id
int
列表ID
必填
file_order
int
文件排序
必填
video
array
返回对象数组
必填
task_id
string
任务ID
必填
list_id
int
列表ID
必填
file_order
int
文件排序
必填
figureList
array
返回对象数组
必填
list_id
int
列表ID
必填
task_id
string
任务ID
必填
file_order
int
文件排序
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": { "figureList": [ { "list_id": 2, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "file_name": "202002/cfxoofi3gr5e58df4112df5.png", "eng_name": "Figure 1", "chs_name": null, "file_order": 1, "create_time": "2020-02-28 17:37:05", "update_time": "2020-04-08 14:46:16" }, { "list_id": 3, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "file_name": "202002/u4zx25p7mf5e58df412b267.png", "eng_name": "Figure 2", "chs_name": null, "file_order": 2, "create_time": "2020-02-28 17:37:05", "update_time": "2020-04-08 14:46:16" }, { "list_id": 4, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "file_name": "202002/3n4ei2vic75e58df41341cd.png", "eng_name": "Figure 3", "chs_name": null, "file_order": 3, "create_time": "2020-02-28 17:37:05", "update_time": "2020-04-08 14:46:16" } ], "tableList": [ { "list_id": 1, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "file_name": "201711/7ec63f39bc218aeb3dd875b788f396e2.png", "eng_name": "Molecular Mechanisms Promoting Intravascular Tumor Cell Survival In Vivo", "chs_name": "在体内促进血管内肿瘤细胞存活的分子机制", "file_order": 1, "create_time": "2017-11-13 21:34:36", "update_time": "2020-04-08 14:29:03" }, { "list_id": 2, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "file_name": "201711/b33e336e77f0ba8503193dc9ab9b81c7.png", "eng_name": "Molecular Mechanisms Promoting Tumor Cell Extravasation In Vivo", "chs_name": "在体内促进肿瘤细胞外渗的分子机制", "file_order": 2, "create_time": "2017-11-13 21:35:20", "update_time": "2020-04-08 14:29:03" } ], "attachList": [ { "list_id": 2, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "attach_type": "Box.1", "file_name": "201711/e7bc9f8113703677cdcb834ff97dbacd.png", "eng_name": "Types of DNA Damage", "chs_name": "DNA损伤类型", "file_order": 1, "create_time": "2017-11-14 00:15:39", "update_time": "2020-04-08 14:29:32" }, { "list_id": 4, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "attach_type": "Box.1", "file_name": "201711/fe500a3a8845f5a45803c727c9a7fa85.png", "eng_name": "The Pillars of High-Definition Medicine", "chs_name": "高清医学的支柱", "file_order": 1, "create_time": "2017-11-14 00:41:16", "update_time": "2020-04-08 14:29:32" }, { "list_id": 3, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "attach_type": "Box.2", "file_name": "201711/d9bf11d9c5bbe510d89e2193b7832e2a.png", "eng_name": "Protocols for the Generation of iPSCs", "chs_name": "用于产生iPSC的协议", "file_order": 2, "create_time": "2017-11-14 00:18:01", "update_time": "2020-04-08 14:29:32" }, { "list_id": 5, "task_id": "pt20200403133553029077487971", "is_priv": 1, "is_del": 0, "attach_type": "Box.2", "file_name": "201711/1cf55018c1a6aa60061a9c400260c544.png", "eng_name": "Definitions Box", "chs_name": "定义框", "file_order": 2, "create_time": "2017-11-14 00:42:25", "update_time": "2020-04-08 14:29:32" } ], "video": [ { "list_id": 1, "task_id": "pt20200403133553029077487971", "is_del": 0, "file_name": "video/article/202004/d1fxbxzavt5e86cb3991677.mp4", "eng_name": "Dissection procedure", "chs_name": null, "file_order": 1, "update_time": null, "create_time": "2020-04-03 13:35:54" } ] } }