puzhibing
2023-08-22 00caef45a8833dc58919e23eb88a3484cfacdaa4
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderService.java
@@ -3,6 +3,8 @@
import com.stylefeng.guns.modular.system.util.ResultUtil;
import com.stylefeng.guns.modular.system.warpper.BaseWarpper;
import java.util.Map;
public interface IOrderService {
@@ -27,4 +29,13 @@
     * @throws Exception
     */
    ResultUtil weChatPay(Integer orderId, Integer orderType, Integer type, Integer userType, Integer uid, String content, Integer language) throws Exception;
    /**
     * 获取订单车牌信息
     * @param orderType
     * @param orderId
     * @return
     */
    Map<String, Object> queryOrderLicensePlate(Integer orderType, Integer orderId);
}