格式化代码

This commit is contained in:
iVampireSP.com 2023-03-08 21:41:15 +08:00
parent e3c7801a83
commit c479d53f63
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -46,7 +46,7 @@ public function store(Request $request): Response|JsonResponse
if ($request->input('price') > 0) {
if ($request->input('billing_cycle', 'hourly') === 'hourly') {
if (! $user->hasBalance("1")) {
if (! $user->hasBalance('1')) {
return $this->error('此用户余额不足,无法开设计费项目。');
}
} else {