@@ -50,5 +50,7 @@ func (l *CreateWhatsappLogic) CreateWhatsapp(req *types.WhatsappInfo) (*types.Ba
return nil, dberrorhandler.DefaultEntError(l.Logger, err, req)
}
+ _ = l.svcCtx.Rds.Del(l.ctx, "wa_info")
+
return &types.BaseMsgResp{Msg: errormsg.CreateSuccess}, nil
@@ -43,5 +43,7 @@ func (l *UpdateWhatsappLogic) UpdateWhatsapp(req *types.WhatsappInfo) (*types.Ba
return &types.BaseMsgResp{Msg: errormsg.UpdateSuccess}, nil