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