puzhibing
2023-09-09 9ef2e272c6ef99d152c5d6afc95af70a3822c57d
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;
    /**