diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index c7c0311..42abc5e 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -165,7 +165,7 @@ class Auth extends BaseController $brokeragePrice = User::SumBrokeragePrice(); if ($brokeragePrice > 0) { - $data['point_price'] = bcdiv(systemConfig('all_award'), $brokeragePrice, 2); + $data['point_price'] = bcdiv(systemConfig('all_award'), $brokeragePrice, 5); } $data['asset_price'] = bcmul($data['point_price'], $this->request->userInfo()->brokerage_price ?? 0, 2);