新增自营订单
POST
{{host}}/order_add/addZiying
接口描述
客户在微信端 报维修单, 采用 form_data 类型进行 参数上传。
请求参数
参数名
类型
描述
必填
customer_name
string
客户名称(必填)
必填
customer_addr
string
客户地址(必填)
必填
customer_location
string
经纬度坐标,106.243234,38.43243432
必填
user_tips_small_id
int
维修设备的id(必填) 模拟可先填1
必填
weixiu_beizhu
string
备注信息
必填
weixiu_dec
string
维修描述
必填
customer_id
int
客户id(必填) 模拟可先填 2或3
必填
file_x
file
文件为 维修描述的图片,可为空。 多个照片可以不断增加请求参数。如 file1,file2,file3...
必填
响应参数
参数名
类型
描述
必填
status
int
1 为正常,0为异常
必填
msg
string
响应信息,可用于给前台展示
必填
data
数据,正常时为空,异常时为错误信息
必填