edit
This commit is contained in:
@ -27,8 +27,14 @@ export class UsermanageService extends BaseService {
|
||||
// 查询企业详情
|
||||
$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';
|
||||
|
||||
Reference in New Issue
Block a user