|
|
@@ -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 添加用户积分 用户分的奖励除以积分价格就是积分数量
|