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.
 
 
 
 
 

8 lines
262 B

  1. <?php
  2. header("Access-Control-Allow-Origin:*");
  3. include 'wechat/WxPay/realpay/login_wechat2.0.php';
  4. echo __DIR__;
  5. echo $_COOKIE['user_id'];
  6. echo $_COOKIE['open_id'];
  7. echo json_encode(array('drl'=> __DIR__,'id'=>$_COOKIE['user_id'],'op'=>$_COOKIE['open_id']));
  8. ?>