Skip to content

Commit

Permalink
Merge pull request #22 from zxhchime/master
Browse files Browse the repository at this point in the history
fix:merge冲突解决
  • Loading branch information
zxhchime authored Feb 20, 2023
2 parents 8563607 + 7cc183d commit b2cc41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions biz/handler/relation/follower_list_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion kitex_server/userservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package kitex_server
import (
"context"
"errors"
"github.com/prometheus/common/log"
"strconv"
"sync"

"github.com/ClubWeGo/douyin/biz/model/core"
"github.com/ClubWeGo/usermicro/kitex_gen/usermicro"
"github.com/ClubWeGo/videomicro/kitex_gen/videomicro"
Expand Down Expand Up @@ -142,6 +142,7 @@ func RegisterUser(username, password string) (userid int64, err error) {
Password: password, // 此处传输明文,加密由user微服务进行
})
if err != nil {
log.Errorf("注册error:%s", err)
return 0, err
}

Expand Down

0 comments on commit b2cc41d

Please sign in to comment.