Skip to content
On this page

9.5 根据工单Id关闭工单

接口说明:

MethodURLContentType
PUT/api/v1/question/closeapplication/json

请求参数说明:

字段名类型是否必填示例值描述
idInteger11工单ID

请求示例:

PUT /api/v1/question/close?id=11

响应示例:

json
{
  "success": true,
  "code": "000",
  "message": "",
  "data": null
}