diff --git a/APIServer.exe b/APIServer.exe index eb591ad..6c64e64 100644 Binary files a/APIServer.exe and b/APIServer.exe differ diff --git a/APIServer.go b/APIServer.go index 3f55e99..9b166c3 100644 --- a/APIServer.go +++ b/APIServer.go @@ -527,5 +527,5 @@ func runCommand(cmdStr string, argStr []string, requestID string) string { } func showVersion() { - fmt.Printf("%s\r\nVersion: %s\r\n", os.Args[0], ver) + fmt.Printf("%s, Version: %s\r\n", os.Args[0], ver) } diff --git a/ews/ews.go b/ews/ews.go index 361183f..8397d00 100644 --- a/ews/ews.go +++ b/ews/ews.go @@ -694,7 +694,7 @@ func (e *EWS) GetUutInfo(cfg cnf.Cfg, logger *log.Logger, host string, addr stri misc := "" misc = fmt.Sprintf("%s%s%s%s%s%s", - model, partNO, mfgMO, mfgSKU, fstAck, lstAck) + model, partNO, mfgSKU, mfgMO, fstAck, lstAck) rst["RESULT"] = "OK" rst["ErrMsg"] = e.TemplateUutInfo(loc, locTime, misc, last, bkup) @@ -912,14 +912,14 @@ func (e *EWS) TemplateUutInfo(loc, locTime, misc, last, bkup string) string {
- Misc. Info + Basic Info
- + @@ -927,7 +927,7 @@ func (e *EWS) TemplateUutInfo(loc, locTime, misc, last, bkup string) string {
Model Part NO.MO SKUMO First Ack Last Ack

- 测试记录 + Test Records