瀏覽代碼

新增。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