您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

10 行
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. ?>