浏览代码

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 {


正在加载...
取消
保存