wx
wx copied to clipboard
Group management API
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%A3
Is it a designed decition that ignores these API or should it be merged into user info API ?
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?
On Sep 14, 2014, at 9:27 AM, Zhi [email protected] wrote:
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%A3
Is it a designed decition that ignores these API or should it be merged into user info API ?
— Reply to this email directly or view it on GitHub.
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.