mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 23:49:12 +08:00
fix: payment validate
This commit is contained in:
parent
dc98303bb4
commit
e500fb77dc
@ -63,13 +63,13 @@ class ConfigSave extends FormRequest
|
||||
// vGate
|
||||
'vgate_name' => '',
|
||||
'vgate_enable' => 'in:0,1',
|
||||
'vgate_url' => 'url',
|
||||
'vgate_url' => 'nullable|url',
|
||||
'vgate_app_id' => '',
|
||||
'vgate_app_secret' => '',
|
||||
// Epay
|
||||
'epay_name' => '',
|
||||
'epay_enable' => 'in:0,1',
|
||||
'epay_url' => 'url',
|
||||
'epay_url' => 'nullable|url',
|
||||
'epay_pid' => '',
|
||||
'epay_key' => '',
|
||||
// frontend
|
||||
|
Loading…
Reference in New Issue
Block a user