You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
817 B

  1. <?php
  2. //Author:fuhc
  3. //Date:20160907
  4. //Debug专用
  5. //在些写入请求参数可在HTcontrol.php中测试
  6. // $_POST['area_id']="0";
  7. // $_POST['res_name']="大";
  8. //
  9. // $_POST['type']="hotel_HotelList";
  10. // $_POST['type']="hotel_AddHotelProduct";
  11. // $_POST['current']=2;
  12. //$_POST['area_id']=1001;
  13. // $_POST['user_id']=1;
  14. // $_POST['hotel_id']=201;
  15. // $_GET['hotel_id']=201;
  16. // $_POST['room_type_all']="266,267,268";
  17. // $_POST['earliest_checkin_time']="12:00";
  18. // $_REQUEST['hotel_id']= '223';
  19. //$_REQUEST['hotel_name']= '测试第二大酒店';
  20. //$_REQUEST['address']= '123123123123123123';
  21. //$_REQUEST['status']= '1';
  22. //$_REQUEST['type']= 'hotel_UpdateHotel';
  23. //$_REQUEST['op']= 'update';
  24. //$_REQUEST['type']='order_HotelOrderList';
  25. //$_REQUEST['op']='getmessage';
  26. //$_REQUEST['order_id']='123456';
  27. ?>