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; }