|
|
@@ -2710,6 +2710,7 @@ class UserRepository extends BaseRepository
|
|
|
// 实例化用户账单仓库,用于处理用户账单相关操作。
|
|
|
$userBillRepository = app()->make(UserBillRepository::class);
|
|
|
$price = $this->awardIntegralPrice();
|
|
|
+ @file_put_contents('quanju.txt',json_encode($price),"-积分金额\r\n",8);
|
|
|
$all_price = bcmul($num, $price['price']);
|
|
|
if ($all_price > $info['award_range']) $all_price = $info['award_range'];
|
|
|
|