main #424

Merged
chenhao merged 2 commits from main into test 2024-05-10 22:27:00 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 828447ed3f - Show all commits

View File

@ -675,6 +675,7 @@ func (s *Service) utilCancelAccountByMids(ctx *gin.Context, midList []int64) err
phoneHash := strings.ToLower(util.DerefString(account.PhoneHash))
err = _DefaultAccount.OpUpdate(ctx, &accountproto.OpUpdateReq{
Account: &dbstruct.Account{
Mid: account.Mid,
Name: goproto.String(cfg.Name),
PhoneHash: goproto.String(phoneHash),
MobilePhone: goproto.String(cfg.MobilePhone),