## method: post ## path:index.php?route=common/home/getCityNameScenic ## param: ## { ‘cityname’: "shanghai", //如果是手动输入地址就填它 'cityId':'708' //如果是根据获取的地址来搜索就填它 ## }, ## type: json ## response: ## example: ### 状态码 含义 ### 7000 根据默认地址获取景点成功 ### 7001 非法请求 ### 7002 根据默认地址获取景点失败 ### 7003 没有获取到城市Id ### 7010 根据输入的地址获取景点成功 ### 7011 根据根据输入的地址获取景点失败 ### { "scenictotal": 1, "data_content": { "113": { "product_id": "113", "name": "The Bund(Wai Tan)", "description": "<p><span style="color: rgb(74, 74, 74); font-family: Arial, Tahoma, "Bitstream Vera Sans", sans-serif; font-size: 14px;">This is a designated section of Shanghai’s port along the Huang Pu River lined with beautiful neo-classical buildings and a waterfront promenade that is packed with tourists, locals and street sellers.</span><br></p>", "model": "4", "sku": "Sun - Sat 12:00 a.m. - 11:59 p.m.", "location": "Zhongshan East 1st Road, Shanghai, China", "image": "catalog/scenic/The Bund (Wai Tan)/01.jpg", "zone_id": "701", "cityname": "Jiangxi" } }, "status": "7000" ### }