风控资料任务归档
请求方式: POST
请求路径:
https://prod.open-api.mysre.cn/private/check-api/check-data/archive
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| o | query | string | 是 | 租户code | ||
| id | body | string | 是 | 39f84300-950c-6a41-8263-05418dd6c92d | 风控资料上传任务id | |
| version | body | string | 是 | v1.0 | 版本 固定为v1.0 | |
| approved_reason | body | string | 是 | 审核通过 | 审核通过原因 | |
| file_list | body | string | 是 | [{"disabled":false,"file_name":"1","suffix":"vsd","file_size":1,"file_url":"https://minio-test.mysre.cn/kefu/fk/retesting/checkfile/2021/10/18/retesting_checkfile_2021-10-18_80c854c2-3a57-faa7-d2e9-9839b336040e.vsd","scopes":[{"proj_id":"39fe182f-27b1-be6d-df0d-37c38e9d10d1"}],"room_count_detail":[]}] | 文件列表 | |
| file_list.file_name | body | string | 是 | 资料.doc | 文件名称 | |
| file_list.suffix | body | string | 是 | .doc | 扩展名 | |
| file_list.file_size | body | string | 是 | 10 | 文件大小(单位 字节) | |
| file_list.file_url | body | string | 是 | https://minio-test.mysre.cn/kefu/fk/retesting/checkfile/2021/10/18/retesting_checkfile_2021-10-18_80c854c2-3a57-faa7-d2e9-9839b336040e.vsd | 文件url |
{"check_data_id":"39fee0ae-6ffa-4133-6401-74486c221473","version":"v1.0","approved_reason":"测试通过","file_list":[{"file_name":"1","suffix":"vsd","file_size":1,"file_url":"https://minio-test.mysre.cn/kefu/fk/retesting/checkfile/2021/10/18/retesting_checkfile_2021-10-18_80c854c2-3a57-faa7-d2e9-9839b336040e.vsd"}]}
{
"errcode": 0,
"errmsg": "ok",
"data": 1
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | 错误码 |
| errmsg | string | 错误信息 |
| data | number | 响应数据 |
{
"errcode": 400,
"errmsg": "任务已归档,无须操作",
"data": []
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | 错误码 |
| errmsg | string | 错误信息 |
| data | array | 返回数据 |