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