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.
 
 
 
 
 

12 lines
290 B

  1. <?php
  2. require_once "../Common/Function.php";
  3. $date=isset($_POST['date'])?$_POST['date']:'my';
  4. $state='getCustomerList';
  5. $url='http://'.$_SERVER['HTTP_HOST'].'/wechat/Core/getOpenId.php?state='.$state;
  6. print_r($date);
  7. echo $url;
  8. exit;
  9. $responses=http_request($url);
  10. echo "<br>".$responses;