Commit 6a3fdf29 by 董有沛

订单管理

parent f4fa9538
import {postAction,downFilePost} from '@/api/manage'
const prefix = '/schoolcenter/ciop';
//订单
let orderList = (params) => postAction(prefix + "/order/list" , params);
let download = (params) => downFilePost(prefix + "/order/download/" , params);
export {
orderList,
download
}
\ No newline at end of file
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