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