puzhibing
2023-07-05 7a14e1592dd0c2cfd6cd4e8b11f95c9f46f2ffe7
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java
@@ -87,7 +87,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil payLogisticsOrder_(Integer payType, String accountNumber, Integer orderId, Integer type, Integer language)throws Exception;
    ResultUtil payLogisticsOrder_(Integer payType, Integer bankCardId, Integer orderId, Integer type, Integer language)throws Exception;
@@ -95,10 +95,9 @@
     * 支付完成后的订单处理
     * @param id            订单=id
     * @param order_id      工行支付单号
     * @param type          1=微信,2=支付宝
     * @throws Exception
     */
    void payOrderLogisticsCallback(Integer id, String order_id, Integer type, Integer language) throws Exception;
    void payOrderLogisticsCallback(Integer id, String order_id, Integer language) throws Exception;
@@ -106,10 +105,9 @@
     * 差价支付完成后的回调处理
     * @param id            订单=id
     * @param order_id      工行支付单号
     * @param type          1=微信,2=支付宝
     * @throws Exception
     */
    void payOrderLogisticsSpreadCallback(Integer id, String order_id, Integer type) throws Exception;
    void payOrderLogisticsSpreadCallback(Integer id, String order_id, Integer language) throws Exception;