CZT
2023-12-14 757ee5dc2ca4185d3c60db1e8c35d2e96e15c50c
src/main/java/com/fzzy/order/OrderApiService.java
@@ -26,5 +26,5 @@
     * @throws Exception
     */
    public void execute(OrderData req, String orderType, ApiConfs apiConfs) throws ParseException;
    public void execute(OrderData req, String orderType, ApiConfs apiConfs, String orderid) throws ParseException;
}