14 changed files with 181 additions and 85 deletions
@ -0,0 +1,19 @@ |
|||
{ |
|||
"code": 200, |
|||
"msg": "操作成功", |
|||
"data": [ |
|||
{ |
|||
"id": 127, |
|||
"title": "餐饮推荐", |
|||
"content": { |
|||
"isOpen": "开启", |
|||
"logo_code": [ |
|||
"/iotFile/project-ey_fpaur6s6fkgvszywana/20230714/436WqGHBEswCHsCHwiZfx.png" |
|||
], |
|||
"name": "餐饮推荐", |
|||
"nameEn": "DINING RECOMMENDATION", |
|||
"type": "好吃的" |
|||
} |
|||
} |
|||
] |
|||
} |
|||
@ -0,0 +1,32 @@ |
|||
{ |
|||
"code": 200, |
|||
"msg": "操作成功", |
|||
"data": [ |
|||
{ |
|||
"id": 128, |
|||
"title": "泽德", |
|||
"content": { |
|||
"name": "特别好的", |
|||
"nameEn": "24213", |
|||
"logo_code": [ |
|||
"/iotFile/project-odubitlp9mjy2wyuqkpfga/20230609/-zGlLfxNuSkVWjOQ3tsnc.jpg" |
|||
], |
|||
"point": "0_0_204", |
|||
"shopCode": "" |
|||
} |
|||
}, |
|||
{ |
|||
"id": 131, |
|||
"title": "VS", |
|||
"content": { |
|||
"name": "cn下周才", |
|||
"nameEn": "dqwd", |
|||
"logo_code": [ |
|||
"/iotFile/project-odubitlp9mjy2wyuqkpfga/20230609/-zGlLfxNuSkVWjOQ3tsnc.jpg" |
|||
], |
|||
"point": "0_3_197", |
|||
"shopCode": "" |
|||
} |
|||
} |
|||
] |
|||
} |
|||
|
After Width: | Height: | Size: 1.7 KiB |
@ -1,22 +1,23 @@ |
|||
declare interface Featured { |
|||
moduleType: string |
|||
name: string //名称
|
|||
nameEn: string //英文名称
|
|||
introduce: string |
|||
introduceEn: string |
|||
crossFileCode: string //横屏图片
|
|||
verticalFileCode: string //竖屏图片
|
|||
id: number |
|||
title: string |
|||
content: { |
|||
isOpen: '开启' | '关闭' |
|||
logo_code: string[] |
|||
name: string |
|||
nameEn: string |
|||
type: '好吃的' | '好玩的' | '值得买' |
|||
} |
|||
} |
|||
|
|||
declare interface FeaturedList { |
|||
nameEn: string |
|||
shopNameEn: string |
|||
point: number |
|||
floorOrder: number |
|||
floor: string |
|||
shopCode: stirng |
|||
shopName: string |
|||
name: string |
|||
houseNumber: string |
|||
fileUrl: string |
|||
id: number |
|||
title: string |
|||
content: { |
|||
name: string |
|||
nameEn: string |
|||
logo_code: string[] |
|||
point: string |
|||
shopCode: string |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue