@obb871001/api-integration-sdk 1.0.164 → 1.0.165

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
@@ -34573,7 +34573,7 @@ const Jr = /* @__PURE__ */ zi(Zr), De = {
34573
34573
  const { userBindBankApi: g } = _e();
34574
34574
  return ke({
34575
34575
  mutationKey: ["userBindBank"],
34576
- mutationFn: async (l) => g(l),
34576
+ mutationFn: async (l) => (console.log(l), g(l)),
34577
34577
  ...e
34578
34578
  });
34579
34579
  }, im = ({
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.164",
4
+ "version": "1.0.165",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",