riku
2025-06-27 d00d85e54ff65750f0c9a097ec4b644866ad1ffa
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);
  },