1 Commits

Author SHA1 Message Date
coward
ca42c72e0f :bug:修复微信通知bug
All checks were successful
continuous-integration/drone/tag Build is passing
2024-12-05 11:25:21 +08:00

View File

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