@obb871001/api-integration-sdk 1.0.286 → 1.0.287

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
@@ -6290,7 +6290,7 @@ const va = /* @__PURE__ */ pt(al), _a = (e) => {
6290
6290
  ), A = I(
6291
6291
  async (S) => {
6292
6292
  const { bindType: D, bindId: N } = S;
6293
- return await e.post("/bindThirdPartyAccount", {
6293
+ return await e.post("/member/bindThirdPartyAccount", {
6294
6294
  bind_type: D,
6295
6295
  bind_id: N
6296
6296
  });
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.286",
4
+ "version": "1.0.287",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",