@obb871001/api-integration-sdk 1.0.294 → 1.0.296

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
@@ -9304,7 +9304,7 @@ const Wm = ({ onIdle: e, onActive: l, onAction: i, timeout: n = 6e5 }) => ps({
9304
9304
  };
9305
9305
  }, vl = () => {
9306
9306
  const { client: e, lng: l } = se(), i = I(
9307
- async (p) => {
9307
+ async (p = {}) => {
9308
9308
  const {
9309
9309
  startTime: g = "2025-12-30 00:00:00",
9310
9310
  endTime: b = "2026-12-31 23:59:59",
@@ -9338,7 +9338,7 @@ const Wm = ({ onIdle: e, onActive: l, onAction: i, timeout: n = 6e5 }) => ps({
9338
9338
  }, iu = ({ paramsData: e, options: l } = {}) => {
9339
9339
  const { treasureListApi: i } = vl();
9340
9340
  return Y({
9341
- queryKey: ["treasureList"],
9341
+ queryKey: ["treasureList", e],
9342
9342
  queryFn: () => i(e),
9343
9343
  select: (n) => n.data,
9344
9344
  ...l
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.294",
4
+ "version": "1.0.296",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",