## method: post ## path:index.php?route=product/scenicinfo/review ## param: ## { 'scenic_id':'xxx' 'pageNum':'xxx' ## }, ## type: json ## response: ## example: ### 状态码 含义 ### 7000 景点评论返回成功 ### 7001 景点评论返回失败 ### 7002 非法请求 ## { "curPage": "1", "totalItem": "0", "totalPage": 0, "pageSize": 5, "data_content": [ { "review_id": "1", "author": "111", "rating": "5", "text": "1", "scenic_id": "137", "name": "Double Bridges", "image": "catalog/scenic/Double Bridges/02.jpg", "date_added": "2018-11-29 09:32:50" } ], "status": "7000" ## }