ソースを参照

update tcp connect

master
DengBiao 2年前
コミット
38ba93bad7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      internal/business/domain/user/service/auth.go

+ 1
- 1
internal/business/domain/user/service/auth.go ファイルの表示

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


読み込み中…
キャンセル
保存