edit
This commit is contained in:
@ -18,43 +18,32 @@ import { ImageViewComponent } from 'src/app/shared/components/imagelist';
|
||||
export class UsermanageService extends ShipperBaseService {
|
||||
// 查询企业列表
|
||||
$api_get_freight_list = '/api/mdc/cuc/enterpriseInfo/operate/list/page';
|
||||
|
||||
// 导出企业列表
|
||||
$api_export_freight_list = '/api/mdc/cuc/enterpriseInfo/operate/export';
|
||||
|
||||
// 查询企业详情
|
||||
$api_get_freight_detail = '/api/mdc/cuc/enterpriseInfo/operate/detail';
|
||||
|
||||
// 查询车队长列表-运营后台
|
||||
$api_get_user_expand = '/api/mdc/userDriverExpand/list/page';
|
||||
|
||||
// 添加企业业务员
|
||||
$api_add_salesman = '/api/mdc/cuc/enterpriseInfo/operate/addSalesman';
|
||||
|
||||
// 添加货主,司机,车队长业务员
|
||||
$api_add_user_salesman = '/api/mdc/cuc/user/addPromoter';
|
||||
|
||||
// 冻结/启用企业业
|
||||
$api_lock_freight = '/api/mdc/cuc/enterpriseInfo/operate/lock';
|
||||
|
||||
// 企业审核
|
||||
$api_audit_freight = '/api/mdc/cuc/enterpriseInfo/operate/audit';
|
||||
|
||||
// 货主员工列表(运营后台)
|
||||
$api_get_user_list = '/api/mdc/cuc/userApp/getShipperUserList';
|
||||
|
||||
// 冻结或恢复员工
|
||||
$api_lock_staff = '/api/mdc/cuc/userApp/freezeOrResumeStaff';
|
||||
|
||||
// 冻结或恢复应用用户
|
||||
$api_lock_app_user = '/api/mdc/cuc/userApp/freezeOrResume';
|
||||
|
||||
// 冻结/启用用户
|
||||
$api_lock_user = '/api/mdc/cuc/enterpriseInfo/operate/lock';
|
||||
|
||||
// 查询司机列表
|
||||
$api_get_driver_list = '/api/mdc/cuc/driver/list/page';
|
||||
|
||||
// 根据应用用户id获取用户详情
|
||||
$api_get_user_detail = '/api/mdc/cuc/user/getUserDetailByAppUserId';
|
||||
// 根据应用用户ID获取身份信息表
|
||||
@ -68,6 +57,11 @@ export class UsermanageService extends ShipperBaseService {
|
||||
// 司机详情查看-获取用户关联的企业项目角色信息
|
||||
$api_get_driver_projects = '/api/mdc/cuc/user/getEnterpriceProjectInfo';
|
||||
|
||||
// 获取服务评级
|
||||
$api_get_driver_billEvaluate = '/api/sdc/billEvaluate/getServiceRating';
|
||||
// 总评分
|
||||
$api_get_freight_billEvaluate = '/api/sdc/billEvaluate/getTotalScore';
|
||||
|
||||
// 修改实名认证-运营管理后台
|
||||
$api_update_driver_identity = '/api/mdc/cuc/identityInfo/operatorAlterIdentity';
|
||||
// 修改驾驶证信息
|
||||
|
||||
Reference in New Issue
Block a user