java110
2020-06-16 cfd677d97558ba061037174f9e8f316a5c9d84e4
service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java
@@ -40,5 +40,5 @@
     * @return
     * @throws SMOException
     */
    String refreshToken(IPageData pd, String redirectUrl, HttpServletRequest request, HttpServletResponse response) throws SMOException;
    ResponseEntity<String> refreshToken(IPageData pd, String redirectUrl, HttpServletRequest request, HttpServletResponse response) throws SMOException;
}