daily check in
1.0.0
A check-in applet, based on leancloud data storage. So there is no need to create additional webapps and databases.
Go to the mini program official website to register.
https://leancloud.cn
The development version is available (free).
git clone https://github.com/xugy0926/daily-check-in.git
Modify appId and appKey in app.js. These two IDs are the IDs of the projects you created on leancloud.
AV.init({
appId: 'xxxxxxxxxx',
appKey: 'xxxxxxxxxx',
});
First, enter the project you created in leancloud, select Components- > Social , and fill in the ID and Secret Key of your mini program in the WeChat mini program menu.