Commit bfa6a394 authored by 顾文旭's avatar 顾文旭

导出fix

parent d043540e
......@@ -252,11 +252,11 @@ exports.newOrderRefundReject = async (ctx) => {
};
// 导出订单
export function newGetOrderExportURL(eventId, type) {
exports.newGetOrderExportURL = function (eventId, type) {
// if (process.env.NODE_ENV === "development") {
// return `http://127.0.0.1:8055/api/v1/relay/order_export?marketing_id=${eventId}&type=${type}`;
// } else {
// return `/api/v1/relay/order_export?marketing_id=${eventId}&type=${type}`;
// }
return `${GROUPMEAL_URI}/order/background/order_export?marketing_id=${eventId}&type=${type}`;
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment