@obb871001/api-integration-sdk 1.0.373 → 1.0.375

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
@@ -6485,7 +6485,7 @@ const Ca = /* @__PURE__ */ yi(qt), Pa = (e) => {
6485
6485
  } = b, { data: o } = await e.get("/report/netprofit", {
6486
6486
  params: {
6487
6487
  str_date: d,
6488
- end_Date: l,
6488
+ end_date: l,
6489
6489
  platform: a,
6490
6490
  limit: i
6491
6491
  }
@@ -6504,7 +6504,7 @@ const Ca = /* @__PURE__ */ yi(qt), Pa = (e) => {
6504
6504
  } = b, { data: s } = await e.get("/report/betlog", {
6505
6505
  params: {
6506
6506
  str_date: d,
6507
- end_Date: l,
6507
+ end_date: l,
6508
6508
  platform: a,
6509
6509
  limit: i,
6510
6510
  page: o
@@ -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
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.373",
4
+ "version": "1.0.375",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",