wuxw
2022-10-21 dc049522c3e7a5e6f2dfa5d9dec8503d2372473a
springboot/src/main/java/com/java110/boot/smo/login/impl/PropertyAppLoginSMOImpl.java
@@ -58,7 +58,9 @@
        }
        JSONObject userInfo = JSONObject.parseObject(responseEntity.getBody());
        if (userInfo.containsKey("code") && 0 != userInfo.getIntValue("code")) {
            return responseEntity;
        }
        //根据用户查询商户信息
        String userId = userInfo.getString("userId");