Merge branch 'weiyu' into develop
This commit is contained in:
		| @ -112,12 +112,12 @@ export class SystemService extends BaseService { | ||||
|   public $api_remove_config = '/api/mdc/pbc/sysConfig/deletebatch'; | ||||
|   // 查询系统配置项 | ||||
|   public $api_get_config_item_page = '/api/mdc/pbc/sysConfigItem/list/page'; | ||||
|    // 新增系统配置项 | ||||
|    public $api_add_config_item = '/api/mdc/pbc/sysConfigItem/save'; | ||||
|    // 更新系统配置项 | ||||
|    public $api_update_config_item = '/api/mdc/pbc/sysConfigItem/update'; | ||||
|    // 批量更新系统配置项 | ||||
|    public $api_update_config_batch = '/api/mdc/pbc/sysConfigItem/updateBatch'; | ||||
|   // 新增系统配置项 | ||||
|   public $api_add_config_item = '/api/mdc/pbc/sysConfigItem/save'; | ||||
|   // 更新系统配置项 | ||||
|   public $api_update_config_item = '/api/mdc/pbc/sysConfigItem/update'; | ||||
|   // 批量更新系统配置项 | ||||
|   public $api_update_config_batch = '/api/mdc/pbc/sysConfigItem/updateBatch'; | ||||
|   // 更新系统配置项排序 | ||||
|   public $api_update_config_item_sort = '/api/mdc/pbc/sysConfigItem/updateSort'; | ||||
|   // 删除系统配置项 | ||||
| @ -128,12 +128,12 @@ export class SystemService extends BaseService { | ||||
|   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_get_region_by_code = '/api/mdc/pbc/region/getRegionByCode'; | ||||
|   // 根据地区code查询地区详情 | ||||
|   $api_getRegionDetailByCode = '/api/mdc/pbc/region/getRegionDetailByCode'; | ||||
|  | ||||
|    | ||||
|  | ||||
|   // 分页查询按钮列表 | ||||
|   $api_getButtonInfoPage = '/api/mdc/cuc/buttonInfo/getButtonInfoPage'; | ||||
|   // 新增编辑按钮信息 | ||||
| @ -154,29 +154,29 @@ export class SystemService extends BaseService { | ||||
|   $api_modifyAnnouncementInfo = '/api/mdc/pbc/announcementInfo/modifyAnnouncementInfo'; | ||||
|   // 新增公告信息 | ||||
|   $api_addAnnouncementInfo = '/api/mdc/pbc/announcementInfo/addAnnouncementInfo'; | ||||
|   | ||||
|    | ||||
|  // 查询保险配置 | ||||
|  $api_insuranceConfig_list = '/api/mdc/cuc/insuranceConfig/list'; | ||||
|  // 获取保险配置费率 | ||||
|  $api_getInsuranceRate = '/api/mdc/cuc/insuranceConfig/getInsuranceRate'; | ||||
|  // 获取保险配置(id) | ||||
|  $api_getInsuranceRate_get = '/api/mdc/cuc/insuranceConfig/get'; | ||||
|  // 删除保险配置(id) | ||||
|  $api_getInsuranceRate_deletebatch = '/api/mdc/cuc/insuranceConfig/deletebatch'; | ||||
|  // 批量保存保险配置 | ||||
|  $api_getInsuranceRate_saveBatch = '/api/mdc/cuc/insuranceConfig/saveBatch'; | ||||
|   | ||||
|  // 营业执照识别 | ||||
|  $api_ocr_recognize_business_license = '/api/mdc/pbc/hwc/ocr/recognizeBusinessLicense'; | ||||
|  // 短信发送列表 | ||||
|  $api_listSmsSendLog = '/api/mdc/pbc/smsSend/listSmsSendLog'; | ||||
|  // 身份证识别 | ||||
|  $api_ocr_recognize_id_card = '/api/mdc/pbc/hwc/ocr/recognizeIdCard'; | ||||
|  // 获取字典 | ||||
|  $api_getDictValue = '/api/mdc/pbc/dictItems/getDictValue'; | ||||
|  // 设置crm客户 | ||||
|  $api_setCrmCustomer = '/api/mdc/cuc/networkTransporter/setCrmCustomer'; | ||||
|  | ||||
|  | ||||
|   // 查询保险配置 | ||||
|   $api_insuranceConfig_list = '/api/mdc/cuc/insuranceConfig/list'; | ||||
|   // 获取保险配置费率 | ||||
|   $api_getInsuranceRate = '/api/mdc/cuc/insuranceConfig/getInsuranceRate'; | ||||
|   // 获取保险配置(id) | ||||
|   $api_getInsuranceRate_get = '/api/mdc/cuc/insuranceConfig/get'; | ||||
|   // 删除保险配置(id) | ||||
|   $api_getInsuranceRate_deletebatch = '/api/mdc/cuc/insuranceConfig/deletebatch'; | ||||
|   // 批量保存保险配置 | ||||
|   $api_getInsuranceRate_saveBatch = '/api/mdc/cuc/insuranceConfig/saveBatch'; | ||||
|  | ||||
|   // 营业执照识别 | ||||
|   $api_ocr_recognize_business_license = '/api/mdc/pbc/hwc/ocr/recognizeBusinessLicense'; | ||||
|   // 短信发送列表 | ||||
|   $api_listSmsSendLog = '/api/mdc/pbc/smsSend/listSmsSendLog'; | ||||
|   // 身份证识别 | ||||
|   $api_ocr_recognize_id_card = '/api/mdc/pbc/hwc/ocr/recognizeIdCard'; | ||||
|   // 获取字典 | ||||
|   $api_getDictValue = '/api/mdc/pbc/dictItems/getDictValue'; | ||||
|   // 设置crm客户 | ||||
|   $api_setCrmCustomer = '/api/mdc/cuc/networkTransporter/setCrmCustomer'; | ||||
|   // 获取一、二、三级地区详情 | ||||
|   $api_getRegionToThree = '/api/mdc/pbc/region/getRegionToThree'; | ||||
|   $api_getRoleTemplateInfo: string = ''; | ||||
| @ -185,6 +185,12 @@ export class SystemService extends BaseService { | ||||
|   $api_getAppList: string = ''; | ||||
|   $api_getRoleTemplateListByAppId: string = ''; | ||||
|   $api_updateRoleInfo: string = ''; | ||||
|  | ||||
|   // 短信模板list | ||||
|   $api_smsTemplate_page = '/api/mdc/pbc/smsTemplate/list/page'; | ||||
|   // 短信模板编辑 | ||||
|   $api_smsTemplate_edit = '/api/mdc/pbc/smsTemplate/save'; | ||||
|  | ||||
|   constructor(public injector: Injector) { | ||||
|     super(injector); | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user