创建维修工单

接口描述

创建一个维修工单

请求地址

https://open-api.shanxiuxia.com/Repair/V1/Order.CreateWorkOrder

接口参数
参数 说明 要求 是否必须
customer 用户名称 string
cellphone 用户手机号 string
address 用户详细地址 string
phone_info 机型故障等信息的字符串,例如:iphone 8 外屏碎 string
third_number 您的订单id string
返回参数
参数 说明 要求 是否必须
work_id 工单id int
third_number 三方订单编号 string
status 工单状态 string
正常返回结果**
{
    "code": 200,
    "msg": "success",
    "data": {
       "work_id": 70627,
        "third_number": "21554",
        "status": "CREATE_WORK_ORDER"
    }
}

results matching ""

    No results matching ""