|
123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- //Author:fuhc
- //Date:20160907
- //Debug专用
- //在些写入请求参数可在HTcontrol.php中测试
-
- // $_POST['area_id']="0";
- // $_POST['res_name']="大";
- //
-
- // $_POST['type']="hotel_HotelList";
- // $_POST['type']="hotel_AddHotelProduct";
-
- // $_POST['current']=2;
-
-
- //$_POST['area_id']=1001;
- // $_POST['user_id']=1;
- // $_POST['hotel_id']=201;
- // $_GET['hotel_id']=201;
- // $_POST['room_type_all']="266,267,268";
- // $_POST['earliest_checkin_time']="12:00";
-
- // $_REQUEST['hotel_id']= '223';
- //$_REQUEST['hotel_name']= '测试第二大酒店';
- //$_REQUEST['address']= '123123123123123123';
- //$_REQUEST['status']= '1';
- //$_REQUEST['type']= 'hotel_UpdateHotel';
- //$_REQUEST['op']= 'update';
-
- //$_REQUEST['type']='order_HotelOrderList';
- //$_REQUEST['op']='getmessage';
- //$_REQUEST['order_id']='123456';
-
-
- ?>
|