@obb871001/api-integration-sdk 1.0.322 → 1.0.323

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
@@ -6145,8 +6145,8 @@ const Ca = /* @__PURE__ */ _i(Zt), Pa = (e) => {
6145
6145
  async (M) => {
6146
6146
  const { oldPwd: S, newPwd: x } = M;
6147
6147
  return await e.post("/passwordReset", {
6148
- old_pwd: Zt.MD5(S),
6149
- new_pwd: Zt.MD5(x)
6148
+ old_pwd: Zt.MD5(S).toString(),
6149
+ new_pwd: Zt.MD5(x).toString()
6150
6150
  });
6151
6151
  },
6152
6152
  [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.322",
4
+ "version": "1.0.323",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",