@seayoo-web/gamer-api 2.0.7 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -84,7 +84,7 @@ export function login() {
84
84
  return
85
85
  }
86
86
  // 设置
87
- authToken.idToken = idToken
87
+ authToken.idToken = idToken
88
88
  authToken.weixinToken = result.weixin_token;
89
89
  // 可选自动登录调用,后续每个 api 都会自动检查并 autoLogin
90
90
  authToken.autoLogin();