改进 最大值

This commit is contained in:
iVampireSP.com 2023-01-18 00:13:02 +08:00
parent 81a229793b
commit 610f690b72
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -96,7 +96,7 @@ public function update(Request $request, User $user): RedirectResponse
{
//
$request->validate([
'balance' => 'nullable|numeric|min:0.01|max:1000',
'balance' => 'nullable|numeric|min:0.01|max:10000000',
'id_card' => 'nullable|string|size:18',
]);