Commit 06cdfd7c authored by caotao's avatar caotao

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

parent 455e475d
......@@ -35,7 +35,7 @@ public class JxiopAuthController extends BaseController {
@TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/getOrgCode")
@GetMapping(value = "/getJxiopOrgCode")
@ApiOperation(httpMethod = "GET", value = "运维评模块数据过滤", notes = "运维评估模块数据过滤")
public ResponseModel<String> getJxiopOrgCode() {
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