编辑
##### 简要描述
- 编辑抢单
##### 请求URL
- ` /api/h5/snatch_shipper_order/edit`
##### 请求方式
- POST
##### 参数
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|snatch_shipper_order_id|是|int|抢单ID|
|load_county_id|是|int|装货地ID|
|load_address|是|string|装货详细地址|
|unload_county_id|是|int|卸货地ID|
|unload_address|是|string|卸货详细地址|
|car_num|是|string|车长|
|tonnage|是|string|吨位|
|group_id|是|int|用户分组|
|remarks|是|string|备注|
##### 返回示例
```php
{
"state": 1,
"msg": "编辑成功",
"data": {}
}
```
##### 返回参数说明
|参数名|类型|说明|
|:----- |:-----|----- |
||| |
##### 备注
- 更多返回错误代码请看首页的错误代码描述