Skip to content

Commit

Permalink
添加废除云函数微信更新用户信息提示
Browse files Browse the repository at this point in the history
  • Loading branch information
meetyan committed Nov 22, 2022
1 parent 15e2ee5 commit 9f3608c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion cloud-function/node-sdk/wx-update-user-info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 微信更新用户信息
# <span style="color: #f04134;">`已废弃`</span> 微信更新用户信息

> **danger**
> 从 2022 年 11 月 8 日 24 时开始,小程序 `wx.getUserProfile``wx.getUserInfo` 接口将被微信收回,其中获取用户头像将统一返回默认灰色头像,昵称将统一返回“微信用户”。请参考 [小程序用户头像昵称获取规则调整公告](https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01)
>
> 为应对微信的调整,小程序 SDK 提供更新头像和昵称支持。通过 `wx.BaaS.auth.getCurrentUser()` 获取当前用户,并执行内置的 `update()` 方法即可达成更新。详见 [设置头像和昵称](../account.md#设置头像和昵称)
<!-- 分隔符 -->
> **info**
> SDK >= 3.17.0
Expand Down
2 changes: 0 additions & 2 deletions js-sdk/wechat/signin-signout.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ SDK 提供了快速登录小程序的接口,省去使用微信登录接口时
小程序建议的登录流程是,可通过 `wx.BaaS.auth.loginWithWechat()` 获取用户 openID,这时无需弹框授权,开发者拿到 openID 可以建立自身的帐号 ID。

同时,云函数 Node-SDK 也提供更新用户信息方法,详见[这里](/cloud-function/node-sdk/wx-update-user-info.md)。默认情况下只允许云函数更新用户信息,如需要开启 JS-SDK 更新,可在控制台 `开发 - 设置 - SDK - 微信小程序` 中打开 `允许在 SDK 更新用户信息` 开关。

## 静默登录

`wx.BaaS.auth.loginWithWechat(null, { createUser })`
Expand Down

0 comments on commit 9f3608c

Please sign in to comment.