Files
zeling_f/mock/home.ts
2026-03-17 14:30:02 +08:00

43 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
// 获取首页轮播 Banner 列表
'GET /api/home/banners': {
code: 0,
data: [
{
id: 1,
title: '武汉高校校园招聘会',
highlightText: '校园',
subtitle: '科技无限 · 海量职位等你来',
date: '活动时间2026/01/01',
imageUrl: 'https://test02-1302947942.cos.ap-shanghai.myqcloud.com/%E6%B3%BD%E6%9E%97-banner/banner.png',
linkUrl: '/jobs?event=1',
sort: 1,
status: 1,
},
{
id: 2,
title: 'AI助力职业发展',
highlightText: '职业',
subtitle: '智能匹配 · 精准推荐好工作',
date: '平台持续更新中',
imageUrl: 'https://test02-1302947942.cos.ap-shanghai.myqcloud.com/%E6%B3%BD%E6%9E%97-banner/banner.png',
linkUrl: '/jobs',
sort: 2,
status: 1,
},
{
id: 3,
title: '春季校园专场招聘',
highlightText: '专场',
subtitle: '名企云集 · 优质岗位等你来',
date: '活动时间2026/03/15',
imageUrl: 'https://test02-1302947942.cos.ap-shanghai.myqcloud.com/%E6%B3%BD%E6%9E%97-banner/banner.png',
linkUrl: '/jobs?event=3',
sort: 3,
status: 1,
},
],
message: 'ok',
},
};