nodeId字段类型改为int

This commit is contained in:
陈劲松
2019-07-17 21:01:48 +08:00
parent 1d09843117
commit 6c70fb758c

View File

@@ -3200,7 +3200,7 @@ viewLevel |String |R |1:用户组2系统内全部人员3无限
remark |String |R |备注
i18nCode |String |R | name i18n code值
nodeGroupIds |Integer[] |R |节点组id
nodeIds |String[] |R |节点id
nodeIds |Integer[] |R |节点id
示例:
@@ -3213,7 +3213,7 @@ nodeIds |String[] |R |节点id
"remark": "",
"i18nCode": "",
"nodeGroupIds": [1,2,3],
"nodeIds": ["awe5r4a3w1fa6w8e54rw","hrdshs4tj4aw4e5Q4EQ","rqwerwat5wa5et75ew456"]
"nodeIds": [4,44,144]
}
```