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");