java110
2020-12-11 e5cef041931401a6d0955d46163d5b2f7b65e091
service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java
@@ -39,7 +39,7 @@
     * @return
     * @throws SMOException
     */
    ResponseEntity<String> getPageAccessToken(IPageData pd) throws SMOException;
    ResponseEntity<String> getPageAccessToken(IPageData pd,HttpServletRequest request) throws SMOException;
    /**