@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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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 = ({
|