@seayoo-web/gamer-api 4.5.2 → 4.5.4

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
@@ -12,7 +12,7 @@ const authToken = new AuthToken(SY_GAMER_API, NetRequest);
12
12
  const eventApi = new EventApi(authToken, SY_EVENT_ID);
13
13
  const clubApi = new ClubApi(authToken);
14
14
  const communityApi = new CommunityApi(authToken);
15
- const loginSDK = new GamerWebAuth(autoToken, {
15
+ const loginSDK = new GamerWebAuth(authToken, {
16
16
  anonymous: false,
17
17
  hidePasswordLogin: false,
18
18
  // 更多配置 @seayoo-web/login