|
|
@@ -89,6 +89,9 @@ func handleZhiosAcquisition(msg []byte) error { |
|
|
|
return nil |
|
|
|
} |
|
|
|
userProfile, _ := db.UserProfileFindByID(eg, canalMsg.Uid) |
|
|
|
if userProfile == nil { |
|
|
|
return nil |
|
|
|
} |
|
|
|
cfg := db.GetAcquisitionCfg(eg, canalMsg.Id, userInfo.CreateAt) |
|
|
|
if cfg == nil { |
|
|
|
return nil |
|
|
|