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

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

@@ -129,7 +129,7 @@ class AwardLake extends BaseModel
         }
         $real_send = 0;
         $price = app()->make(AwardIntegralPriceRepository::class)->awardIntegralPrice();  //分红积分价格
-            @file_put_contents('quanju.txt',json_encode($price)."-积分价格\r\n",8);
+            @file_put_contents('quanju.txt',json_encode($price)."-分红积分价格\r\n",8);
             @file_put_contents('quanju.txt',$every."-人数\r\n",8);
         foreach ($users as $user) {
             //todo 添加用户积分  用户分的奖励除以积分价格就是积分数量