文档
测试

记者获取回头看

GET
http://ycs.xiansuoshe.com/mobile/Reporter/getDetails?id=76

请求头

参数名
类型
描述
必填
Connection
string
示例:keep-alive
必填
Accept
string
示例:application/json, text/javascript, */*; q=0.01
必填
X-Requested-With
string
示例:XMLHttpRequest
必填
User-Agent
string
示例:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
必填
Origin
string
示例:http://ycs.xiansuoshe.com
必填
Referer
string
示例:http://ycs.xiansuoshe.com/reporter/Problemrepor/questionlist
必填
Accept-Language
string
示例:zh-CN,zh;q=0.9
必填

请求参数

参数名
类型
描述
必填
id
int
示例:76
必填
id
int
示例:76
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:获取成功
必填
result
object
数据字典
必填
look_back_explain
string
示例:我这个是回头看1
必填
look_back_video
string
示例:https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/6144345d94337.MP4
必填
look_back_img
array
数据列表
必填

说明 / 示例

``` { "code": 200, "msg": "获取成功", "result": { "look_back_explain": "我这个是回头看1", "look_back_video": "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/6144345d94337.MP4", "look_back_img": [ "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/6144348150fd3.png", "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/61443480e87a0.png", "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/61443481966e5.jpeg" ] } } ```