@RestController(value="engine-web-module")
@RequestMapping(value="/engine/web/module")
@ConditionalOnExpression(value="${sohelp-boot.engine.enabled:true} && ${sohelp-boot.engine.module.enabled:true}")
public class ModuleController
extends BaseController
request, response| 构造器和说明 |
|---|
ModuleController() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<com.alibaba.fastjson.JSONObject> |
read(String refid)
模块读取接口
根据提供的模块地址(refid)读取模块详细信息,包括模块表单、网格和布局等。
|
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getNickname, getTenantId, getUserName, getUserNo, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, response, success, success, success, success, validateToken@GetMapping(value="/read") @Permission(value="") public ApiResult<com.alibaba.fastjson.JSONObject> read(@RequestParam String refid) throws Exception
refid - 模块地址,格式为"/应用名/模块名!其他信息",用于唯一标识一个模块Exception - 如果模块地址为空、格式非法或模块不存在,将抛出异常Copyright © 2025. All rights reserved.