This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
three
huangjiajun
1 year ago
parent
1ffc4edb28
commit
48de46fd72
1 changed files
with
0 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
consume/dou_shen_user_register_for_official_consume.go
+ 0
- 3
consume/dou_shen_user_register_for_official_consume.go
View File
@@ -87,9 +87,6 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
if err != nil {
if err != nil {
return err
return err
}
}
if user == nil {
return errors.New("用户暂未注册im系统")
}
userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid)
userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid)
if err != nil {
if err != nil {
return err
return err
Write
Preview
Loading…
Cancel
Save