Browse Source

更新

three
huangjiajun 1 year ago
parent
commit
6524aa0241
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      consume/dou_shen_user_register_for_official_consume.go

+ 3
- 0
consume/dou_shen_user_register_for_official_consume.go View File

@@ -87,6 +87,9 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
if err != nil {
return err
}
if user == nil {
return errors.New("用户没找到")
}
userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid)
if err != nil {
return err


Loading…
Cancel
Save