소스 검색

新增。rust仓位检查接口

hl 8 달 전
부모
커밋
1837a43c88
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/robot.js

+ 0 - 3
src/robot.js

@@ -353,9 +353,6 @@ async function searchPositions(param) {
 
         //相对路径存放
         var appPath = config.filePath + "/" + app.id + "/" + strategyName + "/" + programName
-
-        const args = ['--config=' + configPath, '--port=' + app.port]
-        app.childProcess = spawn(command, args)
         const asName = appPath + "/" + newAppName
         const configPath = appPath + "/" + configName
         const appPort =  app.port