From 0791f685e2dbcb4e4c3b422e64ee1331032f5056 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Fri, 4 Mar 2022 17:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=80=81=E9=85=8D=E9=A2=9D?= =?UTF-8?q?=E6=89=A3=E5=87=8F=E6=91=B80=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/QuotaV1Service.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/QuotaV1Service.php b/app/Services/QuotaV1Service.php index afab09a4..1e905b5e 100644 --- a/app/Services/QuotaV1Service.php +++ b/app/Services/QuotaV1Service.php @@ -11,13 +11,13 @@ class QuotaV1Service * 变老配额余额 * * @param \App\Models\User $user - * @param int $changeBalance + * @param float $changeBalance * @param int $action * @param string|null $remarks * @param mixed $loggable * @return void */ - public function changeBalance(User $user, int $changeBalance, int $action, ?string $remarks = null, $loggable = null) + public function changeBalance(User $user, float $changeBalance, int $action, ?string $remarks = null, $loggable = null) { if ($changeBalance === 0) { return;