Skip to content

Commit

Permalink
Another missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 4, 2024
1 parent d176e12 commit fe34619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wechat/corp_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def follow_user_list

def batch_get_by_user(userid_list, cursor: nil, limit: nil)
# https://developer.work.weixin.qq.com/document/path/93010
post 'externalcontact/batch/get_by_user', JSON.generate(userid_list: userid_list, cursor: cursor, limit:)
post 'externalcontact/batch/get_by_user', JSON.generate(userid_list: userid_list, cursor: cursor, limit: limit)
end

def agent_list
Expand Down

0 comments on commit fe34619

Please sign in to comment.