This commit is contained in:
Taric Xin
2021-12-15 18:59:52 +08:00
parent 78776dd2ac
commit fbad9c32d8
4 changed files with 45 additions and 51 deletions

View File

@ -60,11 +60,13 @@ export class UsermanageService extends BaseService {
// 司机详情查看-载具信息
$api_get_driver_car_license = '/api/mdc/cuc/driver/getUserCarLicense';
// 修改实名认证-【司机】
$api_update_driver_identity = '/api/mdc/cuc/identityInfo/save';
// 修改实名认证-运营管理后台
$api_update_driver_identity = '/api/mdc/cuc/identityInfo/operatorAlterIdentity';
// 修改驾驶证信息
$api_update_driver_license = '/api/mdc/cuc/driver/updateDriverLicense';
// 冻结或恢复应用用户
$api_lock_or_free_user = '/api/mdc/cuc/userApp/freezeOrResume';
// 人工审核实名认证
$api_approve_identity = '/api/mdc/cuc/identityInfo/identityAudit';
// 审核驾驶证信息