第一次上传
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Service } from '@/Service/Service';
|
||||
/*****用户订单*****/
|
||||
class vpOrderService {
|
||||
private static GetUserOrderListPath : string = '/Order/GetUserOrderList';
|
||||
/*****获取用户订单列表*****/
|
||||
static GetUserOrderList(page:number) {
|
||||
var result = Service.Request(this.GetUserOrderListPath, 'GET', {page});
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
export { Service, vpOrderService };
|
||||
Reference in New Issue
Block a user