@@ -37,7 +37,7 @@ function getApp(key) {
id: -1,
port: -1,
childProcess: undefined,
- nowBalance: 0,
+ nowBalance: 0.0,
messlist: [],
threadStatus: RobotStatus.STOPPED,
errorMessage: "成功",
@@ -263,6 +263,7 @@ async function run(param) {
app.nowBalance = 0
});
app.threadStatus = RobotStatus.RUNNING
+ robotStatus(app)
return resolve(true)
})
}