@obb871001/api-integration-sdk 1.0.398 → 1.0.399

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
@@ -6338,10 +6338,11 @@ const Ca = /* @__PURE__ */ yi(Xa), wa = (e) => {
6338
6338
  [e]
6339
6339
  ), R = H(
6340
6340
  async (h) => {
6341
- const { mobile: E } = h;
6341
+ const { mobile: E, invite: N } = h;
6342
6342
  return await e.get("/sms/getValidCode", {
6343
6343
  params: {
6344
- mobile: E
6344
+ mobile: E,
6345
+ invite: N
6345
6346
  }
6346
6347
  });
6347
6348
  },
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.398",
4
+ "version": "1.0.399",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",