@@ -43,5 +43,7 @@ func (l *UpdateAgentLogic) UpdateAgent(req *types.UpdateAgentReq) (resp *types.B
return nil, dberrorhandler.DefaultEntError(l.Logger, err, req)
}
+ _ = l.svcCtx.Rds.Del(l.ctx, "wa_info")
+
return &types.BaseMsgResp{Msg: errormsg.UpdateSuccess}, nil
@@ -62,5 +62,7 @@ func (l *UpdateAllowAndBlockListLogic) UpdateAllowAndBlockList(req *types.Update