abiao 4 anni fa
parent
commit
5b77a0542f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      go/gopath/src/fohow.com/libs/lib_redis/redis.go

+ 1 - 1
go/gopath/src/fohow.com/libs/lib_redis/redis.go

@@ -91,7 +91,7 @@ func GetRedisValue(key string, resp interface{}) (bool, interface{}) {
 	if err != nil {
 		return false, ""
 	}
-	//beego.BeeLogger.Info("result 返回字符:%s", val)
+	beego.BeeLogger.Info("result 返回字符:%s", val)
 	err = json.Unmarshal([]byte(val), &resp)
 	if err != nil {
 		return false, ""