curl --location 'https://car.jingkaikj.com/api/review/quick-remarks' \
--header 'user-token: f8ee72e0-9f7b-46c6-aa91-49a005a632d9' \
--header 'driver-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2Nhci5qaW5na2Fpa2ouY29tIiwiaWF0IjoxNzc4MzE2NjE2LCJleHAiOjE3NzgzMjM4MTYsIm5iZiI6MTc3ODMxNjYxNiwianRpIjoiNjlmZWY1NDgzMTFkMSIsInR5cGUiOiJhY2Nlc3MiLCJ1c2VyX3R5cGUiOiJkcml2ZXIiLCJkcml2ZXJfaWQiOjE0fQ.VKhr2QVnO8jIw5F_Js7P_uG5sBZpAM1L1fPqV3KLaZw' \
--header 'batoken: 4a04c215-3844-48d5-9b61-8e73c3b0eed6'{
"code": 200,
"msg": "获取成功",
"time": 1761883224,
"data": {
"rating_type": "satisfied",
"categories": [
{
"category_name": "服务态度",
"templates": [
{
"id": 1,
"template_name": "服务热情",
"content": "司机服务态度很好,热情周到",
"tags": [
"服务好",
"热情",
"周到"
],
"is_recommended": 1,
"global_use_count": 2,
"user_use_count": 1,
"personal_score": 0.75,
"is_frequently_used": false
}
]
},
{
"category_name": "驾驶技术",
"templates": [
{
"id": 2,
"template_name": "驾驶平稳",
"content": "驾驶技术娴熟,车辆平稳安全",
"tags": [
"驾驶稳",
"安全",
"技术好"
],
"is_recommended": 1,
"global_use_count": 2,
"user_use_count": 1,
"personal_score": 0.75,
"is_frequently_used": false
}
]
},
{
"category_name": "准时性",
"templates": [
{
"id": 3,
"template_name": "准时到达",
"content": "准时到达接送地点,时间把握准确",
"tags": [
"准时",
"守时"
],
"is_recommended": 1,
"global_use_count": 0,
"user_use_count": 0,
"personal_score": 0.2,
"is_frequently_used": false
}
]
},
{
"category_name": "车辆状况",
"templates": [
{
"id": 4,
"template_name": "车辆整洁",
"content": "车内干净整洁,乘坐舒适",
"tags": [
"干净",
"整洁",
"舒适"
],
"is_recommended": 1,
"global_use_count": 0,
"user_use_count": 0,
"personal_score": 0.2,
"is_frequently_used": false
}
]
},
{
"category_name": "路线规划",
"templates": [
{
"id": 5,
"template_name": "路线合理",
"content": "路线规划合理,没有绕路",
"tags": [
"路线好",
"不绕路"
],
"is_recommended": 0,
"global_use_count": 0,
"user_use_count": 0,
"personal_score": 0,
"is_frequently_used": false
}
]
},
{
"category_name": "沟通能力",
"templates": [
{
"id": 6,
"template_name": "沟通顺畅",
"content": "沟通顺畅,确认信息及时",
"tags": [
"沟通好",
"确认快"
],
"is_recommended": 0,
"global_use_count": 0,
"user_use_count": 0,
"personal_score": 0,
"is_frequently_used": false
}
]
}
],
"has_personal_recommendation": true
}
}