|
|
@@ -427,9 +427,9 @@ public class FsUserVideoController extends BaseController
|
|
|
return AjaxResult.success(res);
|
|
|
}
|
|
|
|
|
|
-// @GetMapping("/HsyAssumeRoleService")
|
|
|
-// public AjaxResult HsyAssumeRoleService() throws Exception {
|
|
|
-// AssumeRoleResponse roleResponse = hsyAssumeRoleService.getRoleResponse();
|
|
|
-// return AjaxResult.success(roleResponse);
|
|
|
-// }
|
|
|
+ @GetMapping("/HsyAssumeRoleService")
|
|
|
+ public AjaxResult HsyAssumeRoleService() throws Exception {
|
|
|
+ AssumeRoleResponse roleResponse = hsyAssumeRoleService.getRoleResponse();
|
|
|
+ return AjaxResult.success(roleResponse);
|
|
|
+ }
|
|
|
}
|