提交 ac0db459 编写于 作者: DCloud_JSON's avatar DCloud_JSON

- 新增注销用户账号的功能 - 修复在某些情况下,签到不连续7天,也获得60积分的问题

上级 40b623e9
......@@ -119,9 +119,12 @@ APP有很多通用的功能,比如登录注册、头像、设置、banner、..
[使用指南](https://uniapp.dcloud.io/univerify)
+ [苹果登录集成指南](https://ask.dcloud.net.cn/article/36651)
+ 短信登录:
>`uni-id-cf`文件路径:`/uniCloud-aliyun/cloudfunctions/uni-id-cf/index.js`
测试期间,为节约资源。统一虚拟短信验证码为:123456。正式使用注视掉`uni-id-cf`第339-344行即可
使用本功能需要在[DCloud开发者中心](https://dev.dcloud.net.cn/uniSms)开通并充值
教程参考[短信服务开通指南](https://ask.dcloud.net.cn/article/37534)
修改短信注册/登录发生验证码的模板id,在文件`/uniCloud-aliyun/cloudfunctions/uni-id-cf/index.js` 搜索 `const templateId = '11753'` 替换为自己申请的模板id
修改短信注册/登录发生验证码的模板id,在`uni-id-cf`搜索 `const templateId = '11753'` 替换为自己申请的模板id
#### 服务端配置
uni-starter服务端使用[uni-config-center](https://ext.dcloud.net.cn/plugin?id=4425)统一管理这些配置,
......
......@@ -8,7 +8,8 @@
"登录",
"搜索",
"uni-id例子",
"留言板"
"留言板",
"签到"
],
"repository": "https://codechina.csdn.net/dcloud/uni-starter.git",
"engines": {
......
......@@ -235,7 +235,7 @@
"text": this.$t('common').wechatBbs,
"share": {
"provider": "weixin",
"scene": "WXSenceTimeline"
"scene": "WXSceneTimeline"
}
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册