Method: Model::App#host
- Defined in:
- app/models/wechat/model/app.rb
#host ⇒ Object
195 196 197 198 199 |
# File 'app/models/wechat/model/app.rb', line 195 def host if oauth_enable domain.presence || organ_domain&.identifier || organ_domains.first&.identifier end end |