zhaoxiaoqiang
2023-09-08 83d28119e25b7b396fd2b0f1da1e95ed9728f437
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",