2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 07:57:21 +08:00

feat: 初始化数据库服务

This commit is contained in:
耗子
2024-11-07 02:27:17 +08:00
parent 724d05d980
commit 10d22bfbc0
9 changed files with 77 additions and 13 deletions

View File

@@ -16,5 +16,5 @@ type ChangePassword struct {
}
type UpdatePort struct {
Port uint `form:"port" json:"port" validate:"required"`
Port uint `form:"port" json:"port" validate:"required,number,gte=1,lte=65535"`
}