From ca42c72e0f5a36a9e1e1d75078b5c0a826c4544f Mon Sep 17 00:00:00 2001 From: coward Date: Thu, 5 Dec 2024 11:25:21 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=E4=BF=AE=E5=A4=8D=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E9=80=9A=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/wechat_notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wechat_notify.go b/utils/wechat_notify.go index a681a94..9a505b6 100644 --- a/utils/wechat_notify.go +++ b/utils/wechat_notify.go @@ -27,7 +27,7 @@ func WechatNotify(setting *model.Setting) wechatNotify { Addr: sm["addr"], Path: sm["path"], Method: sm["method"], - toUserId: sm["toUserId"], + toUserId: sm["toUserWxId"], } }