系统实体启用
更新时间:2024-11-04
1、接口地址:POST {IP}:{PORT}/open/v{versionId}/sys/entity/enable
2、入参(请求的body中)
参数名 | 类型 | 是否可空 |
---|---|---|
sysEntityId | string | 否 |
3、返回值
参数名 | 类型 | 父节点 |
---|---|---|
code | int | |
time | long | |
msg | string | |
data | T |
示例:
Plain Text
1{
2 "time":1590412948169,
3 "data":null,
4 "code":200,
5 "msg":"OK"
6}