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.
|
- <?php
-
- /*
- * wechat 2.0
- * Copyright (c) 2016 yixi wei http://zhizhuchuxing.com/
- * Date: 2016.8.31
- * Something is to pay QQ1062140302
- */
-
-
- header("Access-Control-Allow-Origin:*");
- include '../wechat/WxPay/realpay/login_wechat2.0.php';
- header('location:http://wx.zhizhuchuxing.com/ZZDZ2/order_menu.html');
- die;
|