(orgId: string, nodeId: number | string)
| 46 | * @returns |
| 47 | */ |
| 48 | export const getNodeCommand = (orgId: string, nodeId: number | string) => get(`${getNodePrefix(orgId)}${nodeId}/command/`); |
| 49 | |
| 50 | /** |
| 51 | * 获取节点启动配置文件 |
nothing calls this directly
no test coverage detected