@obb871001/api-integration-sdk 1.0.365 → 1.0.366

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
@@ -9376,7 +9376,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
9376
9376
  const { otherTransactionApi: t } = Me();
9377
9377
  return $({
9378
9378
  queryKey: ["otherTransaction", n],
9379
- queryFn: () => t(n),
9379
+ queryFn: () => t({ paramsData: n }),
9380
9380
  ...e
9381
9381
  });
9382
9382
  }, Uu = ({
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.365",
4
+ "version": "1.0.366",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",