From 78859f81889bc6be35d49fe4566adfc844022fd7 Mon Sep 17 00:00:00 2001 From: limu <610543851@qq.com> Date: Wed, 21 Feb 2024 11:19:33 +0800 Subject: [PATCH] 1 --- app/controller/api/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);