fuliqi
2024-08-15 02b9931c5e3a54d69d4d20a9dc6aad141fc35141
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);
};