riku
2025-07-15 c40f4c1267dae4fcf27dbbd75ea83014fba87783
src/api/fytz/userApi.js
@@ -45,7 +45,7 @@
   * 重置用户密码
   */
  resetPassword(id) {
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res.data);
    return $fytz.post(`userInfo/resetPw?userId=${id}`, {}).then((res) => res.data);
  },