Explorar o código

grfd 同步调整

baishaojie hai 8 meses
pai
achega
9e524be7df
Modificáronse 3 ficheiros con 1 adicións e 0 borrados
  1. BIN=BIN
      TMRWatchComm
  2. BIN=BIN
      TMRWatchComm.zip
  3. 1 0
      pkg/util/grfdApiUtil.go

BIN=BIN
TMRWatchComm


BIN=BIN
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))