From 3cbc95732a20d7deb2da117fdb3b90397a85dab2 Mon Sep 17 00:00:00 2001 From: Bryan Date: Thu, 28 Apr 2022 21:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E6=B6=88=E6=81=AF:=20=E4=BF=AE=E5=A4=8D=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=B6=88=E6=81=AF=E6=97=B6=20MsgID=20=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E4=BC=9A=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#563)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- work/kf/sendmsg/message.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/work/kf/sendmsg/message.go b/work/kf/sendmsg/message.go index f078683..e6a6966 100644 --- a/work/kf/sendmsg/message.go +++ b/work/kf/sendmsg/message.go @@ -2,9 +2,9 @@ package sendmsg // Message 发送消息 type Message struct { - ToUser string `json:"touser"` // 指定接收消息的客户UserID - OpenKFID string `json:"open_kfid"` // 指定发送消息的客服帐号ID - MsgID string `json:"msgid"` // 指定消息ID + ToUser string `json:"touser"` // 指定接收消息的客户UserID + OpenKFID string `json:"open_kfid"` // 指定发送消息的客服帐号ID + MsgID string `json:"msgid,omitempty"` // 指定消息ID } // Text 发送文本消息