多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**请求方式:** POST **请求地址:** `/taxi.php/evaluate ` **Content-Type:** application/json **参数说明:** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | order_no| Integer| yes | 订单号 | | score| Integer | yes | 用户评分(1-5之间) | | content| String | no | 具体的评价内容 | **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | **返回示例:** ``` { "errcode": 0, "errmsg": "ok" } ```