WeChat.User (wechat v0.9.0) View Source
用户管理
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
batch_get_user_info(WeChat.client(), [ %{:openid => WeChat.openid(), optional(:lang) => lang()} ]) :: WeChat.response()
批量获取用户基本信息 - 官方文档
Specs
get_users(WeChat.client()) :: WeChat.response()
获取用户列表 - 官方文档
Specs
get_users(WeChat.client(), WeChat.openid()) :: WeChat.response()
获取用户列表 - 官方文档
Specs
stream_get_user(WeChat.client()) :: Enumerable.t()
获取用户列表 - 官方文档
Specs
update_remark(WeChat.client(), WeChat.openid(), remark()) :: WeChat.response()
设置用户备注名 - 官方文档
Specs
user_info(WeChat.client(), WeChat.openid()) :: WeChat.response()
获取用户基本信息(UnionID机制) - 官方文档
Specs
user_info(WeChat.client(), WeChat.openid(), lang()) :: WeChat.response()
获取用户基本信息(UnionID机制) - 官方文档