riku
2024-10-17 11dd07b4eda7c7c0e48f0b8c50f4af160c7b9714
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);
  },
};