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