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
 	}