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