WH01243 пре 2 година
родитељ
комит
7b05bc2950
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      middleground/powercheckcenter.go

+ 1 - 1
middleground/powercheckcenter.go

@@ -58,7 +58,7 @@ func (p *powerCheckCenter) Check(appid, userId string, baseUserId, accountId, en
 	return resp
 }
 func (p *powerCheckCenter) DelCheckRedis(appid, userId string, baseUserId, accountId, entId, positionType, positionId int64) *pb.PowerCheckResp {
-	client := p.newClient()
+	client := p.NewClient()
 	if client == nil {
 		return nil
 	}