fuliqi
2024-10-29 993befc0fe32d3a5bf95e62ac6d7dcd9ee2d0bd4
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);
};