yanghb
2023-04-24 a7b4edc7bcefc976de1c8bf8d371f1f9428ec4ca
DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IReassignService.java
@@ -47,5 +47,5 @@
     * @param type          1=微信,2=支付宝
     * @throws Exception
     */
    void payReassign(String id, String order_id, Integer type) throws Exception;
    void payReassign(String id, Integer orderType, String order_id, Integer type) throws Exception;
}