feat: 个人中心发布
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user