diff --git a/APIServer.exe b/APIServer.exe index 34554d2..2fcbb5e 100644 Binary files a/APIServer.exe and b/APIServer.exe differ diff --git a/APIServer.exe~ b/APIServer.exe~ new file mode 100644 index 0000000..d6b629f Binary files /dev/null and b/APIServer.exe~ differ diff --git a/APIServer.log b/APIServer.log index 3609a80..7d25e39 100644 --- a/APIServer.log +++ b/APIServer.log @@ -2,3 +2,12 @@ 2023/11/26 13:55:57.705863 [MSG] Starting HTTP Server On Port: 9000 2023/11/26 14:18:51.150028 [MSG] Stopping Service ... 2023/11/26 14:18:51.490959 [MSG] Service Stop. +2023/11/26 16:47:50.371038 [MSG] Starting Service ... +2023/11/26 16:47:50.371038 [MSG] Starting HTTP Server On Port: 9000 +2023/11/26 16:47:50.371710 [MSG] Service Started. +2023/11/26 16:48:05.560613 [MSG] [; /getuutinfo/; Request: map[string]string{"QUERY":"Query", "USN":""} +2023/11/26 16:48:05.560613 [ERR] [; /getuutinfo/; map[string]string{"QUERY":"Query", "USN":""}; Invalid Parameters ! +2023/11/26 16:48:14.359757 [MSG] [; /getuutinfo/; Request: map[string]string{"QUERY":"Query", "USN":"test"} +2023/11/26 16:48:15.199717 [MSG] [; /getuutinfo/; Request: map[string]string{"QUERY":"Query", "USN":"test"} +2023/11/26 16:48:35.401080 [ERR] [; /getuutinfo/; map[string]string{"QUERY":"Query", "USN":"test"}; dial tcp 10.60.230.109:3306: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. +2023/11/26 16:48:36.225172 [ERR] [; /getuutinfo/; map[string]string{"QUERY":"Query", "USN":"test"}; dial tcp 10.60.230.109:3306: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. diff --git a/ews/ews.go b/ews/ews.go index f8ce1a5..28f71c6 100644 --- a/ews/ews.go +++ b/ews/ews.go @@ -458,7 +458,7 @@ func (e *EWS) TemplateHTML(loc, locTime, misc, last, bkup string) string { color: #fff; border: 1px solid rgb(81, 130, 187); padding: 5px 10px; - font-size: 12px; + font-size: 14px; font-family: Verdana; font-weight: bold; } @@ -468,7 +468,7 @@ func (e *EWS) TemplateHTML(loc, locTime, misc, last, bkup string) string { td { color: #000; padding: 5px 10px; - font-size: 12px; + font-size: 14px; font-family: Consolas; } span {