You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complex/mature WeiXin applications probably rely on a separated user management solution (more properties and/or relations need to be modeled), they may even have more than one way to classify users.
Simple applications will evolve.
Why not turn to your preferred persistence technology (mongodb, mysql), and store the users there?
I think so. The user management API provided by Wechat server is not a good solution to do bulk operation. Pulling the user information will involve massive network operation.
The intention of the issue is to leverage the management website provided by wechat server already.
Seems that
wx
lacks the group management API: http://mp.weixin.qq.com/wiki/index.php?title=%E5%88%86%E7%BB%84%E7%AE%A1%E7%90%86%E6%8E%A5%E5%8F%A3Is it a designed decition that ignores these API or should it be merged into user info API ?
The text was updated successfully, but these errors were encountered: