This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// 前端获取城市名字 | |
$user_city_name = $_REQUEST['location'] != "" ? $_REQUEST['location'] : "兰州"; | |
//$user_city_name = ; | |
// 获取住宿类型 | |
//$hotel_type = "100105"; | |
//100000 住宿服务 住宿服务相关 住宿服务相关 | |
//100100 住宿服务 宾馆酒店 宾馆酒店 | |
//100101 住宿服务 宾馆酒店 奢华酒店 | |
//100102 住宿服务 宾馆酒店 五星级宾馆 |