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

16 行
325 B

  1. <?php
  2. /*
  3. * wechat 2.0
  4. * Copyright (c) 2016 yixi wei http://zhizhuchuxing.com/
  5. * Date: 2016.8.31
  6. * Something is to pay QQ1062140302
  7. */
  8. header("Access-Control-Allow-Origin:*");
  9. include '../wechat/WxPay/realpay/login_wechat2.0.php';
  10. header('location:http://xmwx.zhizhuchuxing.cn/ZZDZ2/order_menu.html');
  11. die;