Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sobot_module_Dev
Project
Overview
Details
Activity
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
sobot_android
Sobot_module_Dev
Commits
562ab1ea
Commit
562ab1ea
authored
Sep 11, 2024
by
郭倩芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退出登录,返回值更新
parent
df90fe69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SobotLoginTools.java
...src/main/java/com/sobot/common/login/SobotLoginTools.java
+2
-2
No files found.
sobot_common/src/main/java/com/sobot/common/login/SobotLoginTools.java
View file @
562ab1ea
...
...
@@ -653,7 +653,7 @@ public class SobotLoginTools {
}
if
(!
isLogin
(
loginAcount
))
{
if
(
resultBlock
!=
null
)
{
resultBlock
.
resultBolok
(
SobotResultCode
.
CODE_
SUCCEEDED
,
"上次登录的保存信息为空,不用再次退出登录"
,
null
);
resultBlock
.
resultBolok
(
SobotResultCode
.
CODE_
FAILED
,
"上次登录的保存信息为空,不用再次退出登录"
,
null
);
}
return
;
}
...
...
@@ -669,7 +669,7 @@ public class SobotLoginTools {
if
(
result
!=
null
&&
!
SobotStringUtils
.
isEmpty
(
result
.
getRetCode
())
&&
"000000"
.
equals
(
result
.
getRetCode
()))
{
clearLoginInfo
();
if
(
resultBlock
!=
null
)
{
resultBlock
.
resultBolok
(
SobotResultCode
.
CODE_
FAIL
ED
,
"退出登录成功"
,
null
);
resultBlock
.
resultBolok
(
SobotResultCode
.
CODE_
SUCCEED
ED
,
"退出登录成功"
,
null
);
}
}
else
{
if
(
resultBlock
!=
null
)
{
...
...
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