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