yanghb
2023-04-21 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc
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;
}