记得上下班打卡 | git大法好,push需谨慎

Commit a61dd493 authored by zhangguobing's avatar zhangguobing

~api:领取会员卡判断微信关注问题调整;

parent 07b920d1
......@@ -89,7 +89,7 @@ public class SweetWechatTemplateController {
if (status) {
return ResponseDto.success(1);
} else {
// TODO: 2023/12/18 zhanggb 微信关注事件数据链不完整,暂不判断关注事件直接通过客户端授权登录的状态继续后续领取会员卡
// TODO: 2023/12/18 zhanggb 过于依赖微信关注事件推送导致数据不完整,暂不判断关注事件直接通过客户端授权登录的状态继续后续领取会员卡
// return ResponseDto.success(2);
log.warn("获取关注状态通过手机号[token={},mobile={},type={}]", CurrentUtil.getToken(), phone, type);
return ResponseDto.success(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment