What’s Cabloy minus WeChat

Cabloy-WeChat is a WeChat interface module developed on the basis of CabloyJS full-stack business development framework. At present, it integrates the interface of WeChat official account and WeChat applet to achieve the use effect out of the box. On the basis of Cabloy- WeChat, it is very convenient to develop all kinds of WeChat business systems

features

Based on the convenience and flexibility provided by the CabloyJS full-stack framework, cabloy-WeChat has the following features:

1. One-stop integration

Currently, the interface of WeChat official account and WeChat applet is integrated, as follows:

scenario The name of the instructions
WeChat official account The messaging system Automatic completion of interface docking, and automatic user registration
WeChat official account Website login Automatic jump WeChat login, and automatic user registration
WeChat official account Web JSSDK Automatic injection of JSSDK and automatic configuration
WeChat applet The system of the service Automatic completion of interface docking
WeChat applet Background login interface Automatic completion of interface docking, and automatic user registration
WeChat applet The front-end SDK Provides SDK for WeChat applet front end to access CabloyJS backend API directly
WeChat Open Platform unionid Automatic matching accounts, automatic collection

2. Out of the box

As long as the WeChat account parameters are configured, all interfaces will be automatically connected

3. Collect automatically

We know that the UnionID mechanism provided by WeChat open platform can provide the same identity for WeChat public account and WeChat small program. But in the actual scene, often first developed and deployed WeChat public number and WeChat small program. At this point, the user accounts for both are separate. So when we configure the UnionID mechanism for the WeChat open platform, the previously separate user accounts will be automatically merged. This mechanism is called automatic convergence

4. Multi-site support

With the multi-instance feature provided by CabloyJS, you can achieve multi-site support, such as WeChat services for different enterprises. See also: EggBornJS: Multiple Instances

Quick start

For a quick start, see: https://cabloy.com/zh-cn/articles/wechat-quick-start.html