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