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