lohir
2024-10-17 ac6bbef6786c74e7a86852b1b8bff7f23e8592d8
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);
};