裂变星小程序-25.03.04
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
164 B

// 首页相关接口
const api = {
// 获取首页背景图
getBanner: {
url: '/all_login/getBanner',
method: 'GET',
auth: true,
},
}
export default api