创建询价
##### 简要描述
- 创建询价
##### 请求URL
- ` /api/h5/enquiry_order/generate `
##### 请求方式
- POST
##### 参数
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|load_county_id|是|int|装货地ID|
|unload_county_id|是|int|卸货地ID|
|car_length|是|string|车长|
|tonnage|是|string|吨位|
|group_id|是|int|用户分组|
|remarks|是|string|备注|
##### 返回示例
```php
{
"state": 1,
"msg": "成功",
"data": {}
}
```
##### 返回参数说明
|参数名|类型|说明|
|:----- |:-----|----- |
||| |
##### 备注
- 更多返回错误代码请看首页的错误代码描述