riku
2024-10-14 92c3f21594836eaef5328130abe45e46d08a748e
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);
  },
};