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

Commit 3831c881 authored by 张国柄's avatar 张国柄

fix:dev|test.mobile一键登录;

parent 67f6ae43
...@@ -273,8 +273,9 @@ public class AdamLoginController { ...@@ -273,8 +273,9 @@ public class AdamLoginController {
if (!Objects.isNull(response) && response.getCode().equalsIgnoreCase("OK")) { if (!Objects.isNull(response) && response.getCode().equalsIgnoreCase("OK")) {
return response.getGetMobileResultDTO().getMobile(); return response.getGetMobileResultDTO().getMobile();
} }
log.warn("aliyun.dypns.api.response:{},{}", JsonUtils.toJson(response), accessToken);
} catch (ClientException e) { } catch (ClientException e) {
log.error("error:aliyun.dypns.api:{}", accessToken, e); log.error("aliyun.dypns.api:{}", accessToken, e);
} }
return null; return null;
} }
......
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