crm对接完成
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-20 17:18:43
|
||||
* @LastEditTime: 2021-12-27 09:30:39
|
||||
* @LastEditors: your name
|
||||
* @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
|
||||
*/
|
||||
import { Injectable, Injector } from '@angular/core';
|
||||
import { BaseService } from 'src/app/shared/services';
|
||||
|
||||
@ -28,6 +36,16 @@ export class SystemService extends BaseService {
|
||||
$api_update_dict = '/api/mdc/pbc/dictItems/update';
|
||||
|
||||
|
||||
// 获取CRM客户信息表
|
||||
$api_get_crmCustomer = '/api/mdc/crmCustomer/get';
|
||||
// 查询CRM客户信息表
|
||||
$api_get_crmCustomer_page = '/api/mdc/crmCustomer/list/page';
|
||||
// 保存CRM客户信息表
|
||||
$api_save_crmCustomer = '/api/mdc/crmCustomer/save';
|
||||
// 删除CRM客户信息表
|
||||
$api_deletebatch_crmCustomer = '/api/mdc/crmCustomer/deletebatch';
|
||||
|
||||
|
||||
$api_getAllFunctionInfoByAppId: string = '';
|
||||
$api_getRoleTemplateInfo: string = '';
|
||||
$api_getFunctionButtonInfo: string = '';
|
||||
|
||||
Reference in New Issue
Block a user