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
324 B

  1. <?php
  2. /*
  3. Author:XM
  4. Compeny:Spiders Travel
  5. */
  6. //获取自动回复接口
  7. require_once '../Common/Config.php';
  8. require_once '../Common/Function.php';
  9. $access_token=getAccesstoken();
  10. $url = "https://api.weixin.qq.com/cgi-bin/get_current_autoreply_info?access_token=".$access_token;
  11. $result = http_request($url);
  12. echo $result;