Commit 06cdfd7c authored by caotao's avatar caotao

新增接口对外提供权限查询服务

parent 455e475d
...@@ -35,7 +35,7 @@ public class JxiopAuthController extends BaseController { ...@@ -35,7 +35,7 @@ public class JxiopAuthController extends BaseController {
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/getOrgCode") @GetMapping(value = "/getJxiopOrgCode")
@ApiOperation(httpMethod = "GET", value = "运维评模块数据过滤", notes = "运维评估模块数据过滤") @ApiOperation(httpMethod = "GET", value = "运维评模块数据过滤", notes = "运维评估模块数据过滤")
public ResponseModel<String> getJxiopOrgCode() { public ResponseModel<String> getJxiopOrgCode() {
ReginParams reginParams =getSelectedOrgInfo(); ReginParams reginParams =getSelectedOrgInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment