From 567874848bb256106d9c590b13c9fbe5370b1640 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Wed, 10 Dec 2025 11:47:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/entitys/recognize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/entitys/recognize.go b/internal/entitys/recognize.go index 6d692eb..fc8b55f 100644 --- a/internal/entitys/recognize.go +++ b/internal/entitys/recognize.go @@ -20,7 +20,7 @@ type RegistrationTask struct { type RecognizeUserContent struct { Text string - File *RecognizeFile + File []*RecognizeFile ActionCardUrl string Tag string }