feat: add AgentNodeIndexController for node listing and remove settlement_cycle field from AgentProfile logic
This commit is contained in:
@@ -30,6 +30,11 @@ final class AdminIntegrationSiteStoreRequest extends ApiFormRequest
|
||||
'iframe_allowed_origins.*' => ['string', 'max:512'],
|
||||
'lottery_h5_base_url' => ['nullable', 'string', 'max:512'],
|
||||
'notes' => ['nullable', 'string', 'max:5000'],
|
||||
'admin_account' => ['required', 'array'],
|
||||
'admin_account.username' => ['required', 'string', 'max:64', Rule::unique('admin_users', 'username')],
|
||||
'admin_account.nickname' => ['required', 'string', 'max:64'],
|
||||
'admin_account.password' => ['required', 'string', 'min:8', 'max:255'],
|
||||
'admin_account.email' => ['nullable', 'email', 'max:255'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user