## method: post ## path: index.php?route=account/planlist/getSceniclist ## param: ## { 'page_id':{{ curPageId }}, 'tours_id':{{ producttour.product_id }} ## } ## type: json ## response: ## example: ## 状态码 含义 ### 7000 景点数据获取成功 ### 7002 景点数据获取失败 ### 7001 非法请求 ## ## { "curcount": 2, "sceniclistcount": 3, "curscenic": [{ "scenic_id": "94" }, { "scenic_id": "93" }], "sceniclist": [{ "product_id": "93", "name": "Confucius Temple" }, { "product_id": "94", "name": "the Sun Yat-sen Mausoleum" }, { "product_id": "95", "name": "the Sun Yat-sen Mausoleum" }], "status": "7000" ## }