소스 검색

fix: 获取

super-yimizi 3 달 전
부모
커밋
59f9d39912
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 4
      application/common/Service/Lottery/LotteryChanceService.php
  2. 0 4
      application/common/Service/lottery/LotteryChanceService.php

+ 0 - 4
application/common/Service/Lottery/LotteryChanceService.php

@@ -343,10 +343,6 @@ class LotteryChanceService
                 $chanceDetails[] = $result['detail'];
             }
         }
-        echo '<pre>';
-        print_r($chanceDetails);
-        echo '</pre>';
-        die();
         // 如果获得了抽奖机会,记录到数据库
         if ($totalChances > 0) {
             // 为每个条件分别记录

+ 0 - 4
application/common/Service/lottery/LotteryChanceService.php

@@ -343,10 +343,6 @@ class LotteryChanceService
                 $chanceDetails[] = $result['detail'];
             }
         }
-        echo '<pre>';
-        print_r($chanceDetails);
-        echo '</pre>';
-        die();
         // 如果获得了抽奖机会,记录到数据库
         if ($totalChances > 0) {
             // 为每个条件分别记录