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