puzhibing
2023-05-18 0e01134519094f4c13a4d3aa97ec9610d40d8a58
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java
@@ -119,5 +119,5 @@
     * @param orderId
     * @throws Exception
     */
    void sendVerificationCode(Integer orderId) throws Exception;
    void sendVerificationCode(Integer orderId, Integer language) throws Exception;
}