提交订单
### 提交订单:
#### 请求url
* <font color=red>`/order/payorder`</font>
#### 请求方式
* <font color=red>`POST`</font>
---
##### 请求参数说明:
|参数名|类型|说明|
| :-----| ----: | :----: |
|orderNo|string|订单号|
|payType|int|支付类型:0:支付宝 1:微信|
##### 返回示例
```json
{
"code": 200,
"data": [],
"mag": "提交订单成功"
}
```