UI
This commit is contained in:
@ -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`; // 上传订单上报
|
||||
|
||||
Reference in New Issue
Block a user