Explorar o código

新增营销宝单点登录接口

shenjingwei hai 2 meses
pai
achega
645e9b16eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/custom/common/crm/sso.java

+ 1 - 1
src/custom/common/crm/sso.java

@@ -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验证有效