|
@@ -2791,6 +2791,7 @@ class UserRepository extends BaseRepository
|
|
|
$userBillRepository = app()->make(UserBillRepository::class);
|
|
$userBillRepository = app()->make(UserBillRepository::class);
|
|
|
$price = $this->awardIntegralPrice();
|
|
$price = $this->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',$num. "-手动提现积分\r\n", 8);
|
|
|
$all_price = bcmul($num, $price['price'], 2);
|
|
$all_price = bcmul($num, $price['price'], 2);
|
|
|
// if ($all_price > $info['award_range']) $all_price = $info['award_range'];
|
|
// if ($all_price > $info['award_range']) $all_price = $info['award_range'];
|
|
|
|
|
|