@obb871001/api-integration-sdk 1.0.374 → 1.0.376

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
@@ -9615,7 +9615,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
9615
9615
  return t({ uid: r, params: p });
9616
9616
  },
9617
9617
  select: (r) => {
9618
- const p = Le(r.data.data, (g) => {
9618
+ const p = Le(Y(r, "data.data", []), (g) => {
9619
9619
  const {
9620
9620
  wagering_restricted_amount: b,
9621
9621
  claimed_amount: d
@@ -9639,7 +9639,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
9639
9639
  rewardIcon: Zn("win")
9640
9640
  };
9641
9641
  });
9642
- return {
9642
+ return console.log(r, p, "集成"), {
9643
9643
  ...r,
9644
9644
  rewardsList: p
9645
9645
  };
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.374",
4
+ "version": "1.0.376",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",