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