Browse Source

新增。rust仓位检查接口

hl 8 tháng trước cách đây
mục cha
commit
1837a43c88
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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