**请求方式:** POST
**请求地址:** `/taxi.php/evaluate
`
**Content-Type:** application/json
**参数说明:**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
| order_no| Integer| yes | 订单号 |
| score| Integer | yes | 用户评分(1-5之间) |
| content| String | no | 具体的评价内容 |
**返回信息**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
**返回示例:**
```
{
"errcode": 0,
"errmsg": "ok"
}
```