简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-06-09

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
id string 投诉id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "id": 3,
        "record_id": 7,
        "problem": "测试测试",
        "img": [
            "http://iot.com/uploads/avatar/2021-02-23/6034cd581c909.png",
            "http://iot.com/uploads/avatar/2021-02-23/6034cd581c909.png"
        ],
        "contact": "18923771201",
        "status": 0,
        "remark": "",
        "user_status": 0,
        "create_at": "2021-06-09 10:13:45"
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

返回参数说明:

参数名 类型 说明
id string 投诉id
record_id string 维修id,【维修完成记录 存在提交投诉】
problem string 问题描述
imgs array 一维数组
contact string 联系方式
status string 状态【0=待处理,1=处理完成】
remark string 备注
user_status string 用户状态【0=待反馈,1=问题已解决,2=问题未解决】
create_at string 时间

备注:

文档更新时间: 2021-06-09 11:30   作者:admin