feat: 个人中心发布

This commit is contained in:
Blizzard
2026-02-14 11:38:59 +08:00
parent f1d9f63296
commit 4820323381
35 changed files with 691 additions and 148 deletions
+2 -1
View File
@@ -104,9 +104,10 @@ func SendCareMsg() error {
}
if smr.Errcode != 0 {
global.Logger.Error("订阅消息发送失败!" + userId + "open-id" + user.MiniOpenId)
return fmt.Errorf("微信服务器返回错误: errcode=%d, errmsg=%s", smr.Errcode, smr.Errmsg)
}
global.Logger.Info("订阅消息发送成功!")
global.Logger.Info("订阅消息发送成功!" + userId + "open-id" + user.MiniOpenId)
}
}
}