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