java110
2021-08-05 c286c55b28dc882f7cef1f5c769eefcb10789544
service-front/src/main/java/com/java110/front/smo/staff/IStaffAuthSMO.java
old mode 100644 new mode 100755
@@ -33,7 +33,6 @@
     * @return
     * @throws SMOException
     */
    ResponseEntity<String> refreshToken(IPageData pd, String redirectUrl, String errorUrl,
                                        String loginFlag,
    ResponseEntity<String> refreshToken(IPageData pd,String communityId,String staffId,String storeId,
                                        HttpServletRequest request, HttpServletResponse response) throws SMOException;
}