车辆对接
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-20 17:18:43
|
||||
* @LastEditTime: 2021-12-29 16:53:47
|
||||
* @LastEditTime: 2022-01-14 10:57:58
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\sys-setting\services\system.service.ts
|
||||
@ -124,6 +124,16 @@ export class SystemService extends BaseService {
|
||||
// 删除系统配置项
|
||||
public $api_remove_config_item = '/api/mdc/pbc/sysConfigItem/deletebatch';
|
||||
|
||||
|
||||
// 根据网络货运人ID获取票务信息
|
||||
public $api_getTicketByNetworkTransporterId = '/api/mdc/cuc/networkTransporterTicket/getTicketByNetworkTransporterId';
|
||||
// 保存票务信息
|
||||
public $api_networkTransporterTicket_save = '/api/mdc/cuc/networkTransporterTicket/save';
|
||||
// 根据地区code查询列表
|
||||
$api_get_region_by_code = '/api/mdc/pbc/region/getRegionByCode';
|
||||
// 根据地区code查询地区详情
|
||||
$api_getRegionDetailByCode = '/api/mdc/pbc/region/getRegionDetailByCode';
|
||||
|
||||
$api_getRoleTemplateInfo: string = '';
|
||||
$api_getFunctionButtonInfo: string = '';
|
||||
$api_getFunctionDataInfo: string = '';
|
||||
|
||||
Reference in New Issue
Block a user