feat: add configurable ticket_must_wait_reply setting

This commit is contained in:
xboard
2026-03-11 07:31:09 +08:00
parent 2d538c15de
commit 8bb4682e98
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ class ConfigSave extends FormRequest
'tos_url' => 'nullable|url',
'currency' => '',
'currency_symbol' => '',
'ticket_must_wait_reply' => '',
// subscribe
'plan_change_enable' => '',
'reset_traffic_method' => 'in:0,1,2,3,4',