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.
 
 
 
 
 

10 lines
149 B

  1. <?php
  2. require('/return_openid.php');
  3. setcookie('user_id','445656',time()+36000,"/") ;
  4. $open = new wechat();
  5. $id =$open->get_openid();
  6. echo $id
  7. ?>