Appearance
9.5 根据工单Id关闭工单
接口说明:
Method | URL | ContentType |
---|---|---|
PUT | /api/v1/question/close | application/json |
请求参数说明:
字段名 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
id | Integer | 是 | 11 | 工单ID |
请求示例:
PUT /api/v1/question/close?id=11
响应示例:
json
{
"success": true,
"code": "000",
"message": "",
"data": null
}