@@ -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