abiao %!s(int64=4) %!d(string=hai) anos
pai
achega
5b77a0542f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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, ""