Commit f68a1470 by lixiaomin

修改订单

parent 9f5ba20f
......@@ -42,3 +42,12 @@ export function delOrder(id) {
method: "delete",
});
}
// 查询订单日志列表
export function getLogList(query) {
return request({
url: "/system/log/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