ZhangXianQiang
2024-07-03 9101b1d1345df16ceab4ac57fd452299a0a4c036
1
2
3
4
5
6
import service from "@/api";
 
 
export const login = (postData = {}) => {
  return service.post('/api/user/login', postData);
}