hcong
2024-11-20 0e5f14cf081b8cffda12e7c1773fe1b6b69ce2eb
src/api/fytz/userApi.js
@@ -46,5 +46,7 @@
   */
  resetPassword(id) {
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res.data);
  }
  },
};