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