WIN-2308041133\Administrator 4 months ago
parent
commit
fd8da970d0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/common/model/user/AwardLake.php

+ 0 - 1
app/common/model/user/AwardLake.php

@@ -80,7 +80,6 @@ class AwardLake extends BaseModel
     {
         try{
         $lake = self::where('id', $lake_id)->find();
-        @file_put_contents('quanju.txt',json_encode($lake)."-奖池信息\r\n",8);
         if (!$lake) return true;
         if ($lake['num'] <= 0) {
             self::where('id', $lake['id'])->update(['send_time' => time()]);