Procházet zdrojové kódy

update tcp connect

master
DengBiao před 2 roky
rodič
revize
38ba93bad7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      internal/business/domain/user/service/auth.go

+ 1
- 1
internal/business/domain/user/service/auth.go Zobrazit soubor

@@ -63,7 +63,7 @@ func (*authService) SignIn(ctx context.Context, phoneNumber, code string, master

if pushAlia != "" {
userPushForJg, err := db.DbUserPushForJg.UserPushForJgGetOne(strconv.FormatInt(user.Id, 10), masterId)
if err != nil {
if err != nil && err.Error() != "record not found" {
return false, 0, "", 0, err
}
if userPushForJg == nil {


Načítá se…
Zrušit
Uložit