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;