Browse Source

更新

three
huangjiajun 1 year ago
parent
commit
10b46530f1
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

@@ -79,6 +79,9 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
return err
}
if gimUser == nil {
if db.DBs[msg.MasterId] == nil {
return nil
}
user, err := db.UserFindByMobile(db.DBs[msg.MasterId], strconv.FormatInt(msg.Phone, 10))
if err != nil {
return err


Loading…
Cancel
Save