abiao 4 éve
szülő
commit
9136e00004

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/test_controller/test_controller.go

@@ -52,7 +52,7 @@ func (self *TestController) TestOrderListen() {
 func (self *TestController) GetUserInfoFromRedis() {
 
 	//-------测试个人------------//
-	userId := int64(1388)
+	userId := int64(1458)
 	key := fmt.Sprintf("userinfo_%d", userId)
 	var user user_model.User
 	ok, resp := lib_redis.GetRedisValue(key, user)