UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
_mock
/
upload.ts
9 lines
(8 loc)
•
202 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
const
UPLOADS
= {
'POST /upload'
:
() =>
{
return
{
resource_id
: +
new
Date
(),
url
:
'https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png'
, }; }, };