puzhibing
2023-11-04 4becc1e8cdb2fbe0dcb94493b75a59ec1817028c
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -37,7 +37,7 @@
     * @return
     * @throws Exception
     */
    boolean checkCaptcha(String phone, String code) throws Exception;
    boolean checkCaptcha(String email, String phone, String code) throws Exception;
    /**
@@ -115,7 +115,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryHomeData(Integer uid) throws Exception;
    Map<String, Object> queryHomeData(Integer uid, Integer language) throws Exception;
    /**
@@ -269,7 +269,7 @@
     * @return
     * @throws Exception
     */
    List<ActivityWarpper> queryMyActivity(Integer uid, Date time) throws Exception;
    List<ActivityWarpper> queryMyActivity(Integer uid, Date time, Integer language) throws Exception;
    /**