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

Commit 07b920d1 authored by zhangguobing's avatar zhangguobing

~;

parent 3c0847d7
......@@ -89,7 +89,10 @@ public class SweetWechatTemplateController {
if (status) {
return ResponseDto.success(1);
} 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