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.
|
- <?php
- require_once "../Common/Function.php";
- $date=isset($_POST['date'])?$_POST['date']:'my';
- $state='getCustomerList';
- $url='http://'.$_SERVER['HTTP_HOST'].'/wechat/Core/getOpenId.php?state='.$state;
- print_r($date);
- echo $url;
- exit;
- $responses=http_request($url);
- echo "<br>".$responses;
|