order_get_to_post
This commit is contained in:
parent
79b03d3fc7
commit
ec1d7af106
@ -8,9 +8,7 @@
|
|||||||
* @return {[type]} [description]
|
* @return {[type]} [description]
|
||||||
*/
|
*/
|
||||||
export function index(data) {
|
export function index(data) {
|
||||||
return service.get("api/virtual/orders/index", {
|
return service.post("api/virtual/orders/index", data);
|
||||||
params: data
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user