@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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
});
|