浏览代码

cancel month pay

zz 5 年之前
父节点
当前提交
52b949ffba

+ 3 - 3
app/Http/Controllers/Wap/Order/OrdersController.php

@@ -266,10 +266,10 @@ class OrdersController extends BaseController
         $appad = 0;
         $appad = 0;
 
 
         $property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
         $property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
-        $user_info = $this->_user_info;
-        $result = $this->monthAbTest($property,$user_info->openid);
+        //$user_info = $this->_user_info;
+        /*$result = $this->monthAbTest($property,$user_info->openid);
         if($result == 0){$this->monthPayExposureRecord($property,$user_info->openid);}
         if($result == 0){$this->monthPayExposureRecord($property,$user_info->openid);}
-        $this->monthPayExposureRecordOther();
+        $this->monthPayExposureRecordOther();*/
         foreach ($res as $v) {
         foreach ($res as $v) {
             if ($template_id == 7 && $book_config && $book_config->charge_type == 'BOOK' && $v->price == 2) {
             if ($template_id == 7 && $book_config && $book_config->charge_type == 'BOOK' && $v->price == 2) {
                 continue;
                 continue;

+ 1 - 0
app/Http/Controllers/Wap/Web/WelcomeController.php

@@ -2364,6 +2364,7 @@ class WelcomeController extends BaseController
 
 
     private function monthOrderInfo($openid)
     private function monthOrderInfo($openid)
     {
     {
+        return '';
         $property = $this->property;
         $property = $this->property;
         if (!$property) return '';
         if (!$property) return '';
         $month_info = UserMonthService::getOrderAndSignStatusByUid($this->uid);
         $month_info = UserMonthService::getOrderAndSignStatusByUid($this->uid);