Browse Source

优惠券发放时间

DengTao 8 years ago
parent
commit
a58e9c8fc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/o2o/controllers/WebController.php

+ 1 - 1
www/protected/modules/o2o/controllers/WebController.php

@@ -2,6 +2,7 @@
 class WebController extends O2oBaseController {
 
     public function actionIndex() {
+        var_dump($_REQUEST);
         $signPackage = CommonWeixin::get_sign();
         $home_page = Yii::app()->getRequest()->getParam("home_page",'');
         $code = Yii::app()->getRequest()->getParam("code");
@@ -142,7 +143,6 @@ class WebController extends O2oBaseController {
 
     //检查微信登录页
     public function actionWxIndex() {
-        exit;
         $wxConfig = Yii::app()->params['wxConfig'];
         $home_page = Yii::app()->getRequest()->getParam("home_page",'');
         $redirectURI = 'http://' . $_SERVER['HTTP_HOST'] . Yii::app()->request->baseUrl . '/o2o/web/index';