bug
lohir
2024-10-16 8eca7f0ae530e4d7e93705c7e701f8c6cd6d0e22
src/api/modules/personalCenter.js
@@ -7,3 +7,9 @@
    },
  });
};
export const userUpdate = (postData) => {
  return service.post("/api/student/user/update", postData);
};
export const passwordUpdate = (postData) => {
  return service.post("/api/student/user/update/password", postData);
};