by Robin at 20241004

This commit is contained in:
Leufolium 2024-10-04 17:17:21 +08:00
parent e6794cf887
commit 4fc15bcf79
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ func (a *AuthBusinessValidator) Validate() *AuthBusinessValidator {
}
func (a *AuthBusinessValidator) Collect() []any {
resultList := make([]any, 4)
resultList := make([]any, 6)
resultList[0] = a.ec
resultList[1] = a.account
resultList[2] = a.accountrelation