|
@@ -223,7 +223,7 @@ public class UserApiController {
|
|
|
throw new BadRequestException("参数错误");
|
|
|
}
|
|
|
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("res:"+res);
|
|
|
+ System.out.println("sso22res:"+res);
|
|
|
JSONObject json = JSONObject.parseObject(res);
|
|
|
if (json != null) {
|
|
|
JSONObject data = json.getJSONObject("data");
|