import { request } from "../http.js"; export function getFollowList(data) { return request({ url: "/interest/list", method: "get", data, }); }