**请求方式:** POST
**请求地址:** `/taxi.php/feeConfirm`
**Content-Type:** application/json
**参数说明:**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
| order_no| String| yes | 订单号|
**返回信息**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
**返回示例:**
```
{
"errcode": 0,
"errmsg": "ok"
}
```