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