@obb871001/api-integration-sdk 1.0.149 → 1.0.150

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
@@ -5939,8 +5939,8 @@ const $e = /* @__PURE__ */ rl(fr), Ze = (e) => {
5939
5939
  async (p) => {
5940
5940
  const { newPwd: u, confirmNewPwd: g } = p;
5941
5941
  return await e.post("/setWithdrawPassword", {
5942
- old_pwd: Ze(u),
5943
- new_pwd: Ze(g)
5942
+ newPassword: Ze(u),
5943
+ confirmPassword: Ze(g)
5944
5944
  });
5945
5945
  },
5946
5946
  [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.149",
4
+ "version": "1.0.150",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",