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.
97 lines
3.4 KiB
97 lines
3.4 KiB
// @ts-ignore
|
|
import { Request, Response } from 'express';
|
|
|
|
export default {
|
|
'GET /api/notices': (req: Request, res: Response) => {
|
|
res.status(200).send({
|
|
data: [
|
|
{
|
|
id: 'b6fbB071-238C-16c0-DA85-53FCc7e4fEeC',
|
|
extra: 'fHBT',
|
|
key: 13,
|
|
read: true,
|
|
avatar: 'https://avatars1.githubusercontent.com/u/8186664?s=40&v=4',
|
|
title: '么亲两毛管活院至光车志现交列。',
|
|
status: 'error',
|
|
datetime: '1988-11-25',
|
|
description: '议候集建证当王火北提今点决同程比据。',
|
|
type: 'notification',
|
|
},
|
|
{
|
|
id: 'BD8E8bDa-3287-37A8-91e9-ec740A2A4124',
|
|
extra: 'sb6S2w',
|
|
key: 14,
|
|
read: true,
|
|
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/udxAbMEhpwthVVcjLXik.png',
|
|
title: '飞代使则指还步题将参几权。',
|
|
status: 'default',
|
|
datetime: '1995-04-02',
|
|
description: '得得知与做元算断石米消置严观义。',
|
|
type: 'notification',
|
|
},
|
|
{
|
|
id: '33CAE0DD-8cEB-1AD7-2370-0Ca0D3c6Fc8c',
|
|
extra: 'h0)T',
|
|
key: 15,
|
|
read: false,
|
|
avatar: 'https://gw.alipayobjects.com/zos/antfincdn/XAosXuNZyF/BiazfanxmamNRoxxVxka.png',
|
|
title: '家名准文就干每战须规石片角验照。',
|
|
status: 'default',
|
|
datetime: '2023-04-22',
|
|
description: '便毛接入入入约何近受自市道。',
|
|
type: 'notification',
|
|
},
|
|
{
|
|
id: '0283B7f3-8DC3-BB30-e02c-Cc6cD5B9d2ed',
|
|
extra: '$ytP',
|
|
key: 16,
|
|
read: true,
|
|
avatar: 'https://avatars0.githubusercontent.com/u/507615?s=40&v=4',
|
|
title: '选快即组质直布业技它想面只收意任。',
|
|
status: 'default',
|
|
datetime: '2009-07-28',
|
|
description: '间得儿位八热统区济验造来。',
|
|
type: 'notification',
|
|
},
|
|
{
|
|
id: 'c41Bddb9-ee8D-CC8A-9E06-54C4AE6eB47F',
|
|
extra: 'Z9hPil',
|
|
key: 17,
|
|
read: true,
|
|
avatar: '',
|
|
title: '热派片文理王装别议这音农意称运完。',
|
|
status: 'success',
|
|
datetime: '1979-03-30',
|
|
description: '王并列部而受区清改天山把声群满。',
|
|
type: 'notification',
|
|
},
|
|
{
|
|
id: '9FB71EBb-F5A1-9DD8-fFc7-a4DfCf7F4720',
|
|
extra: 'r4pd&',
|
|
key: 18,
|
|
read: true,
|
|
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png',
|
|
title: '量水万因管高省积写该受数列劳件变。',
|
|
status: 'error',
|
|
datetime: '1974-07-08',
|
|
description: '第易今社按车习即备力度论内上主如商。',
|
|
type: 'notification',
|
|
},
|
|
{
|
|
id: 'AA5EF6bb-7C1f-b6EA-DD12-6bce934D3c37',
|
|
extra: 'ykUl',
|
|
key: 19,
|
|
read: true,
|
|
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png',
|
|
title: '图成界积人能些花红养北候给放么进。',
|
|
status: 'default',
|
|
datetime: '2013-12-21',
|
|
description: '号华展儿都传少图方话中局快易。',
|
|
type: 'notification',
|
|
},
|
|
],
|
|
total: 99,
|
|
success: true,
|
|
});
|
|
},
|
|
};
|
|
|