Commit 6a391302 authored by Quxl's avatar Quxl

x

parent 81d228e3
...@@ -56,7 +56,7 @@ public class HttpServiceImpl implements HttpService { ...@@ -56,7 +56,7 @@ public class HttpServiceImpl implements HttpService {
} }
} catch (Throwable e) { } catch (Throwable e) {
responseBody = MessageSender.toStackString(e).toString(); responseBody = MessageSender.toStackString(e).toString();
isFail = false; isFail = true;
} }
if(isFail && item.getStatus() == 0) { if(isFail && item.getStatus() == 0) {
TMessage message = new TMessage(); TMessage message = new TMessage();
......
...@@ -59,6 +59,6 @@ public class TokenServiceImpl implements TokenService { ...@@ -59,6 +59,6 @@ public class TokenServiceImpl implements TokenService {
} }
public static void main(String[] args) { public static void main(String[] args) {
System.out.println(StringUtil.toMD5HexString("123456")); System.out.println(StringUtil.toMD5HexString("linkfern#2019"));
} }
} }
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