export const getBannerAPI = (site = 1) => {
return http({
url: '/home/banner',
params: {
distributionSite: site,
},
})
}