记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
07b920d1
Commit
07b920d1
authored
Dec 18, 2023
by
zhangguobing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~;
parent
3c0847d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
SweetWechatTemplateController.java
...rvice/sweet/controller/SweetWechatTemplateController.java
+4
-1
No files found.
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/SweetWechatTemplateController.java
View file @
07b920d1
...
@@ -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
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment