فهرست منبع

1.测试版APP单点登录接口

lr 2 سال پیش
والد
کامیت
e3e946fde8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      eladmin-system/src/main/java/me/zhengjie/modules/thirdparty/v1/UserApiController.java

+ 1 - 0
eladmin-system/src/main/java/me/zhengjie/modules/thirdparty/v1/UserApiController.java

@@ -222,6 +222,7 @@ public class UserApiController {
         if (StringUtils.isBlank(token)) {
             throw new BadRequestException("参数错误");
         }
+        System.out.println("sso22token"+token);
         String res = HttpRequest.get("https://imtest1.caih.com/api-third-party/busi/comm/authLogin/api/verifyToken?token=" + token).method(Method.POST).execute().body();
         System.out.println("sso22res:"+res);
         JSONObject json = JSONObject.parseObject(res);