bff config to nacos
CI / changes (push) Successful in 2s
CI / docker-bff (push) Successful in 3m7s
CI / docker-product (push) Has been skipped
CI / docker-admin (push) Successful in 3m26s

This commit is contained in:
2026-08-13 16:27:18 +08:00
parent 94e1c6f97d
commit 6c20427b0a
19 changed files with 458 additions and 169 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ func (p LoginValidator) GetMessage() validate.ValidatorMessages {
}
type LoginRoutesValidator struct {
ServiceId int `validate:"required"`
ServiceId int64 `validate:"required"`
}
// GetMessage 提示消息