增加 扣除成功

This commit is contained in:
iVampireSP.com 2022-10-29 11:33:01 +08:00
parent bd6e0338b8
commit e2d0271519
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -47,5 +47,7 @@ public function reduce(Request $request, User $user)
} catch (BalanceNotEnoughException) {
return $this->error('余额不足');
}
return $this->success();
}
}