@obb871001/api-integration-sdk 1.0.177 → 1.0.179

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
@@ -6231,7 +6231,7 @@ const la = /* @__PURE__ */ zi(Dn), qe = (e) => {
6231
6231
  ), f = q(
6232
6232
  async (s) => {
6233
6233
  const { oldPwd: U, newPwd: b } = s;
6234
- return await e.post("/resetWithdrawPassword", {
6234
+ return await e.post("/withdrawPasswordReset", {
6235
6235
  old_pwd: qe(U),
6236
6236
  new_pwd: qe(b)
6237
6237
  });
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.177",
4
+ "version": "1.0.179",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",