by Robin at 20241004

This commit is contained in:
Leufolium 2024-10-04 17:16:43 +08:00
parent 3c9e3303d8
commit 32d3d8ec01
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,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