forked from zhouruizhe/gmTouringMiniApp
Add check-in feature and update travel planner UI
This commit is contained in:
@@ -16,15 +16,9 @@ def preferences():
|
||||
return {
|
||||
"destination": "深圳市光明区",
|
||||
"themes": ["亲子"],
|
||||
"duration": "half_day",
|
||||
"pace": "moderate",
|
||||
"interests": ["自然风光"],
|
||||
"adults": 2,
|
||||
"children": 1,
|
||||
"childAges": [6],
|
||||
"transport": "public_transport",
|
||||
"budgetLevel": "standard",
|
||||
"extraRequirements": "",
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -14,15 +14,9 @@ def custom_request() -> PlanRecommendationRequest:
|
||||
"preferences": {
|
||||
"destination": "深圳市光明区",
|
||||
"themes": ["朋友"],
|
||||
"duration": "half_day",
|
||||
"pace": "moderate",
|
||||
"interests": ["自然风光"],
|
||||
"adults": 2,
|
||||
"children": 0,
|
||||
"childAges": [],
|
||||
"transport": "public_transport",
|
||||
"budgetLevel": "standard",
|
||||
"extraRequirements": "",
|
||||
},
|
||||
"durationMinutes": 120,
|
||||
"selectedPoiIds": ["poi_a", "poi_b", "poi_c"],
|
||||
|
||||
Reference in New Issue
Block a user