评价审核
简要描述
- 无
请求URL
> POST /prom/ebk/evaluation/review
Body 请求参数
{
"status": "pass",
"ids": [1,2,3]
}
请求参数
名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|---|
token | header | string | 是 | token | |
body | body | object | 否 | none | |
» ids | body | integer(int64) | 是 | 评价ID | |
» status | body | string | 是 | 状态:pass,refuse |
返回示例
> 200 Response
{
"code": 0,
"data": {},
"message": "string",
"success": true
}