裂变星小程序-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.

11 lines
164 B

1 month ago
1 month ago
  1. // 首页相关接口
  2. const api = {
  3. // 获取首页背景图
  4. getBanner: {
  5. url: '/all_login/getBanner',
  6. method: 'GET',
  7. auth: true,
  8. },
  9. }
  10. export default api