瀏覽代碼

grfd 同步调整

baishaojie 8 月之前
父節點
當前提交
9e524be7df
共有 3 個文件被更改,包括 1 次插入0 次删除
  1. 二進制
      TMRWatchComm
  2. 二進制
      TMRWatchComm.zip
  3. 1 0
      pkg/util/grfdApiUtil.go

二進制
TMRWatchComm


二進制
TMRWatchComm.zip


+ 1 - 0
pkg/util/grfdApiUtil.go

@@ -87,6 +87,7 @@ func PostWithFormData(method, url string, postData *map[string]string) error {
 	m := make(map[string]interface{}, 0)
 	json.Unmarshal(data, &m)
 	rescode := 0
+	logging.Info("respdata:    ", string(data))
 	switch m["status"].(type) {
 	case float64:
 		rescode = int(m["status"].(float64))