Browse Source

上报地址修改!

hl 10 months ago
parent
commit
6c89718e22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/robot.js

+ 1 - 1
src/robot.js

@@ -260,7 +260,7 @@ async function run(param) {
             robotStatus(app)
             app.childProcess = undefined
             app.status = 0
-            app.nowBalance = 0
+            app.nowBalance = 0.0
         });
         app.threadStatus = RobotStatus.RUNNING
         robotStatus(app)