fix:修复报错

This commit is contained in:
renzhiyuan 2025-12-10 11:47:39 +08:00
parent e6c142f3a1
commit 567874848b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type RegistrationTask struct {
type RecognizeUserContent struct {
Text string
File *RecognizeFile
File []*RecognizeFile
ActionCardUrl string
Tag string
}