fix:修复报错
This commit is contained in:
parent
e6c142f3a1
commit
567874848b
|
|
@ -20,7 +20,7 @@ type RegistrationTask struct {
|
||||||
|
|
||||||
type RecognizeUserContent struct {
|
type RecognizeUserContent struct {
|
||||||
Text string
|
Text string
|
||||||
File *RecognizeFile
|
File []*RecognizeFile
|
||||||
ActionCardUrl string
|
ActionCardUrl string
|
||||||
Tag string
|
Tag string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue