From 9b25d941712003959bcf1cad550650a97be4c1ac Mon Sep 17 00:00:00 2001 From: linxm <312637218@qq.com> Date: Mon, 14 Oct 2024 18:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E6=8E=A5=E6=94=B6=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=92=8C=E4=BA=8B=E4=BB=B6=E6=B7=BB=E5=8A=A0open=5Fkf?= =?UTF-8?q?id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- corp/kf/message.go | 1 + 1 file changed, 1 insertion(+) diff --git a/corp/kf/message.go b/corp/kf/message.go index 2db23e50..3a6b9c61 100644 --- a/corp/kf/message.go +++ b/corp/kf/message.go @@ -102,6 +102,7 @@ type ParamsMsgSync struct { Token string `json:"token,omitempty"` Limit int `json:"limit,omitempty"` VoiceFormat int `json:"voice_format,omitempty"` + OpenKFID string `json:"open_kfid,omitempty"` } type ResultMsgSync struct {