Browse Source

activityController

DengTao 8 years ago
parent
commit
a6aa2037d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/common/controllers/ActivityController.php

+ 1 - 1
www/protected/modules/common/controllers/ActivityController.php

@@ -121,7 +121,7 @@ class ActivityController extends O2oBaseController  {
 
     //检查微信登录页
     public function actionWxIndex() {
-
+        echo "wxindex";exit;
         $wxConfig = Yii::app()->params['wxConfig'];
         $home_page = Yii::app()->getRequest()->getParam("home_page",'');
         $coupon_id = Yii::app()->request->getParam('coupon_id', '');