25개 이상의 토픽을 선택하실 수 없습니다.
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');
- header('location:http://wx.zhizhuchuxing.com/weixin/order_list.html');
- die;
|