@obb871001/api-integration-sdk 1.0.120 → 1.0.121

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/dist/index.js CHANGED
@@ -864,6 +864,7 @@ const si = ni(null), sl = () => {
864
864
  [e]
865
865
  ), _ = A(async () => await e.post("/logout"), [e]), g = A(
866
866
  async (u) => {
867
+ console.log(u);
867
868
  const { gameUid: s = "", status: t = 0 } = u;
868
869
  return await e.put(`/member/toggleFavoriteGame/${s}`, {
869
870
  status: t
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.120",
4
+ "version": "1.0.121",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",