Commit 304a5891 by 黄森林

order

parent 8a36b74f
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