mirror of
https://gitee.com/willfree/minoaClientWindows_gradle.git
synced 2026-06-03 08:16:56 +08:00
增加登录失效的判断
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#\u4FEE\u6539\u914D\u7F6E\u6587\u4EF6
|
||||
#Tue Apr 07 23:44:58 CST 2020
|
||||
#Tue Apr 07 23:50:28 CST 2020
|
||||
KeyName=/testKey_v3
|
||||
loginUserName=466D1203678EFB16BE85C8A02E1486B6
|
||||
ndnBlockChainIPAddress=116.77.74.139
|
||||
@@ -7,6 +7,6 @@ ServerIPAddress=116.77.74.139
|
||||
ThreadNumberForFileTransfer=5
|
||||
ndnBlockChainPortAddress=9001
|
||||
DataPackagePrefix=/ndn/edu/pkusz/OA
|
||||
LoginStatus=true
|
||||
LoginStatus=false
|
||||
loginPassWord=A1B9652D9ED940B8FC63453C50CB3337
|
||||
ServerPortAddress=6363
|
||||
|
||||
@@ -224,7 +224,11 @@ public class MinoaDataAPI {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}else if (mainApp.isNeedKnowLoginStatus&&(codeInteger == 407)) {
|
||||
// 登录失效
|
||||
mainApp.isNeedKnowLoginStatus=false;
|
||||
mainApp.reLogin();
|
||||
}
|
||||
}
|
||||
|
||||
//接收到一个新的审批[邮件/报销审批等,除掉通知]
|
||||
|
||||
Reference in New Issue
Block a user