Browse Source

新增。rust仓位检查接口

hl 8 months ago
parent
commit
297827caea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/web.js

+ 1 - 0
src/web.js

@@ -126,6 +126,7 @@ function init() {
     app.get('/searchPositions', (req, res) =>{
         res.send({'code': 200, 'data': true, "message": "SUCCESS"});
         const param = req.body;
+        logger.info('--searchPositions:'+param);
         robot.searchPositions(param)
     })
     // 使服务器监听特定端口