service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java
@@ -50,5 +50,6 @@ * @throws SMOException */ ResponseEntity<String> refreshToken(IPageData pd, String redirectUrl, String errorUrl, String loginFlag, HttpServletRequest request, HttpServletResponse response) throws SMOException; }