riku
2025-07-23 fe7fd6e4b1450c01faba724bb22b1d050e896c92
src/api/fytz/userApi.js
@@ -45,6 +45,8 @@
   * 重置用户密码
   */
  resetPassword(id) {
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res.data);
  }
    return $fytz.post(`userInfo/resetPw?userId=${id}`, {}).then((res) => res.data);
  },
};