riku
2025-09-17 4aa86b1ec441c4e358e1cc488d8f021fb80f1355
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);
  },
};