zhaoxiaoqiang
2023-09-07 e2f0865c2a1167d36208a8c41eb5f18c684c786b
src/api/listapi.js
@@ -41,6 +41,7 @@
      data,
    });
  },
  // 管理员订单列表
  orderList(data) {
    return request({
      url: "/qyp/order/orderList",
@@ -48,6 +49,14 @@
      data,
    });
  },
  // 订单列表
  orderBaseList(data) {
    return request({
      url: "/qyp/order/orderBaseList",
      method: "post",
      data,
    });
  },
  payList(data) {
    return request({
      url: "/qyp/order/payList",