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