puzhibing
2023-07-20 8692f6f0807a1e70f3a1988834b0e5d6a8080753
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java
@@ -120,4 +120,13 @@
     * @throws Exception
     */
    void sendVerificationCode(Integer orderId, Integer language) throws Exception;
    /**
     * 支付完成后的订单处理
     * @param id            订单=id
     * @param order_id      工行支付单号
     * @throws Exception
     */
    void payOrderLogisticsCallback(Integer id, String order_id, Integer language) throws Exception;
}