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