(orgId: string, nodeId: number | string, params: any)
| 54 | * @returns |
| 55 | */ |
| 56 | export const getConfigIni = (orgId: string, nodeId: number | string, params: any) => postFile(`${getNodePrefix(orgId)}${nodeId}/configini/`, params); |
| 57 | |
| 58 | /** |
| 59 | * 获取节点进程 |
nothing calls this directly
no test coverage detected