文档
测试

获取整改资料

GET
http://ycs.xiansuoshe.com/mobile/unit/getRectification?id=90

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
result
object
数据字典
必填
analyze_text
string
示例:11111
必填
rectification_text
string
示例:22222
必填
rectification_video
string
示例:https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/614560ffb0bbe.MP4
必填
rectification_img
array
数据列表
必填
enclosure
string
示例:https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/614561230b240.ico
必填

说明 / 示例

``` { "code": 200, "result": { "analyze_text": "11111", 原因分析 "rectification_text": "22222", 计划整改措施 "rectification_video": "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/614560ffb0bbe.MP4", 视频 "rectification_img": [ "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/6145610b9aafc.png", "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/6145611fa4be1.png" 图片 ], "enclosure": "https://prod-cp-tuoguan-shaoxingyulun.oss-cn-hangzhou.aliyuncs.com/614561230b240.ico" } } ```