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