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"], } }