소스 검색

更新

three
huangjiajun 1 년 전
부모
커밋
10b46530f1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      consume/dou_shen_user_register_for_official_consume.go

+ 3
- 0
consume/dou_shen_user_register_for_official_consume.go 파일 보기

@@ -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


불러오는 중...
취소
저장