|
|
@@ -242,7 +242,7 @@ public class sso extends Basic {
|
|
|
yxbtokencheck.put("accesstoken", inputpassword);
|
|
|
yxbtokencheck.put("accountno", accountno);
|
|
|
|
|
|
- HttpResponse<String> post = new HttpRequest().POST(yxbtokencheck.toString(), Parameter.getString("yxb_sso_login_url" + "/logincheck"));
|
|
|
+ HttpResponse<String> post = new HttpRequest().POST(yxbtokencheck.toString(), Parameter.getString("yxb_sso_login_url") + "/logincheck");
|
|
|
String body = post.body();
|
|
|
JSONObject jsonObject = JSONObject.parseObject(body);
|
|
|
if (jsonObject.getIntValue("code") == 1) {//token验证有效
|