新生报到移动端V1.0
This commit is contained in:
9
api/orderApi.js
Normal file
9
api/orderApi.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import axios from "@/config/api.js";
|
||||
|
||||
export function toPay(){
|
||||
return axios.post("/system/order/toPay")
|
||||
}
|
||||
|
||||
export function getOrder(){
|
||||
return axios.post("/system/order/getOrderList")
|
||||
}
|
Reference in New Issue
Block a user