Method: Weibo2::Interface::Account#profile_career_batch
- Defined in:
- lib/weibo2/interface/account.rb
#profile_career_batch(uids) ⇒ Object
批量获取用户的职业信息 [Privilege]
54 55 56 |
# File 'lib/weibo2/interface/account.rb', line 54 def profile_career_batch(uids) get 'account/profile/career_batch.json', :params => uids end |