简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-11-03

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string token参数

请求参数:

参数名 是否必须 类型 说明
id int 售后id
service_evaluation int 服务评价【1-5】
processing_results int 处理结果【1-5】
processing_speed int 处理速度【1-5】
service_attitude int 服务态度【1-5】
comments string 评论留言
pictures_after_maintenance string 维修后设备图片

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "提交成功",
    "data": [],
    "other": []
}

失败时返回:

{
    "status": 0,
    "msg": "添加失败"
}

返回参数说明:

参数名 类型 说明
#### 备注:
文档更新时间: 2020-11-03 17:34   作者:admin