Commit 6b2a00ee by Sxy

fix: 推送流程

parent f5aa3679
...@@ -51,7 +51,7 @@ class GongshangClient extends BaseClient { ...@@ -51,7 +51,7 @@ class GongshangClient extends BaseClient {
status = this.CIRCUITSTATUS.ENGRAVING; status = this.CIRCUITSTATUS.ENGRAVING;
break break
case system.SERVERSESTATUS.SUCCESS: // 服务中 case system.SERVERSESTATUS.SUCCESS: // 服务中
status = system.SERVERSESTATUS.SUCCESS; return "SUCCESS"
break break
default: default:
throw new Error("此状态手动不能更改"); throw new Error("此状态手动不能更改");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment