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