Browse Source

fix: 获取

super-yimizi 1 month ago
parent
commit
59f9d39912

+ 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) {
             // 为每个条件分别记录