소스 검색

修改配置文件

sss 3 년 전
부모
커밋
ed9b28a658
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

@@ -172,6 +172,7 @@ public class UserApiController {
             throw new BadRequestException("参数错误");
         }
         String res = HttpRequest.get(erpapiUrl + "/api-third-party/busi/comm/authLogin/api/verifyToken?token=" + token).method(Method.POST).execute().body();
+        System.out.println("res:"+res);
         JSONObject json = JSONObject.parseObject(res);
         if (json != null) {
             JSONObject data = json.getJSONObject("data");