export default function http(data: { url: string; method: "GET" | "POST" | 'PUT' | 'DELETE'; body?: M; token: string; }): Promise;