@obb871001/api-integration-sdk 1.0.293 → 1.0.294

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
@@ -9314,11 +9314,13 @@ const Wm = ({ onIdle: e, onActive: l, onAction: i, timeout: n = 6e5 }) => ps({
9314
9314
  //total_prize_money,updated_at,created_at
9315
9315
  } = p;
9316
9316
  return await e.get("/treasure", {
9317
- start_time: g,
9318
- end_time: b,
9319
- is_active: f,
9320
- show_unavailable: r,
9321
- order_by: a
9317
+ params: {
9318
+ start_time: g,
9319
+ end_time: b,
9320
+ is_active: f,
9321
+ show_unavailable: r,
9322
+ order_by: a
9323
+ }
9322
9324
  });
9323
9325
  },
9324
9326
  [e]
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.293",
4
+ "version": "1.0.294",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",