This commit is contained in:
Taric Xin
2022-05-06 16:22:15 +08:00
parent 3fc7ef2f45
commit de78398c54
11 changed files with 183 additions and 369 deletions

View File

@ -1,10 +1,10 @@
import { Injectable, Injector } from '@angular/core';
import { BaseService } from '@shared';
import { BaseService, ShipperBaseService } from '@shared';
@Injectable({
providedIn: 'root'
})
export class ReportingService extends BaseService {
export class ReportingService extends ShipperBaseService {
$api_get_order_reporting_page = `/api/sdc/regulation/list/queryPage`; // 订单上报-列表
$api_upload_order_reporting = `/api/sdc/regulation/push`; // 上传订单上报