@obb871001/api-integration-sdk 1.0.165 → 1.0.166

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
@@ -6249,7 +6249,7 @@ const ta = /* @__PURE__ */ zi(Nr), Ie = (e) => {
6249
6249
  },
6250
6250
  [e]
6251
6251
  ), y = j(
6252
- async (u) => {
6252
+ async ({ formData: u }) => {
6253
6253
  const {
6254
6254
  bank_name: U,
6255
6255
  bank_account_name: b,
@@ -6259,15 +6259,7 @@ const ta = /* @__PURE__ */ zi(Nr), Ie = (e) => {
6259
6259
  id_card: E,
6260
6260
  id_pic: O
6261
6261
  } = u;
6262
- return await g.post("/bindBankAccount", {
6263
- bank_name: U,
6264
- bank_account_name: b,
6265
- bank_branch_name: v,
6266
- bank_account: h,
6267
- bank_card_number: x,
6268
- id_card: E,
6269
- id_pic: O
6270
- });
6262
+ return await g.post("/bindBankAccount", u);
6271
6263
  },
6272
6264
  [g]
6273
6265
  );
@@ -34573,7 +34565,7 @@ const Jr = /* @__PURE__ */ zi(Zr), De = {
34573
34565
  const { userBindBankApi: g } = _e();
34574
34566
  return ke({
34575
34567
  mutationKey: ["userBindBank"],
34576
- mutationFn: async (l) => (console.log(l), g(l)),
34568
+ mutationFn: async (l) => g({ formData: l }),
34577
34569
  ...e
34578
34570
  });
34579
34571
  }, 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.165",
4
+ "version": "1.0.166",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",