Commit 0c2339ca by lixiaomin

修改订单

parent efd32542
import request from "@/utils/request";
// 查询退款订单列表
export function listRefund(query) {
return request({
url: "/system/refund/list",
method: "get",
params: query,
});
}
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