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

Commit 862088b1 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'master' into hjc_阶段退票

parents 2905f6bf a61dd493
...@@ -89,7 +89,10 @@ public class SweetWechatTemplateController { ...@@ -89,7 +89,10 @@ public class SweetWechatTemplateController {
if (status) { if (status) {
return ResponseDto.success(1); return ResponseDto.success(1);
} else { } else {
return ResponseDto.success(2); // 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