import newRequest from "../utils/request"; export function getMsgList(){ return newRequest({ url:"/rexxar/api/v2/subject_collection/tv_domestic/items?start=0&count=8", method:'GET' }) }