@obb871001/api-integration-sdk 1.0.392 → 1.0.393

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
@@ -6305,11 +6305,13 @@ const Ca = /* @__PURE__ */ yi($t), wa = (e) => {
6305
6305
  [e]
6306
6306
  ), F = H(
6307
6307
  async (h) => {
6308
- const { mobile: T, verifyCode: N, snCode: L } = h;
6308
+ const { mobile: T, verifyCode: N, snCode: L, invoiceType: K, invoiceCode: J } = h;
6309
6309
  return await e.post("/goMobile", {
6310
6310
  mobile: T,
6311
6311
  verification_code: N,
6312
- sn_code: L
6312
+ sn_code: L,
6313
+ invoice_type: K,
6314
+ invoice_code: J
6313
6315
  });
6314
6316
  },
6315
6317
  [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.392",
4
+ "version": "1.0.393",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",