Arthur-Wu committed this file on 2024-11-18
This commit is contained in:
@ -3,9 +3,21 @@
|
||||
# @Author:: Arthur Wu
|
||||
# @Date:: 2024/11/15-14:46
|
||||
# @Description::
|
||||
''' 武商场景数据集 '''
|
||||
''' 武商场景数据集
|
||||
adsAreaId-1: 登录页广告
|
||||
adsAreaId-2: 登录后弹窗广告
|
||||
adsAreaId-3: 购物车主页广告
|
||||
adsAreaId-4: 待机广告
|
||||
adsAreaId-5: 扫码广告
|
||||
adsAreaId-6: 支付后广告
|
||||
adsAreaId-7: 小票广告
|
||||
'''
|
||||
|
||||
ADDetail = [
|
||||
MarketAndStoreInfo = {"MarketId": 50, "StoreId": 29}
|
||||
|
||||
MarketAndStoreDetail = {"putMarketId": 50, "putStoreId": ["29"]}
|
||||
|
||||
WuShangADDetail = [
|
||||
{
|
||||
"adsAreaId": 1, "mediaType": 1,
|
||||
"mediaUrl": "ads/content/534ae9d7-3f65-48da-bc2e-3d5e66fe56d8.jpg",
|
||||
@ -38,4 +50,4 @@ ADDetail = [
|
||||
"mediaUrl": "ads/content/6d9c14ca-3fd1-4fe7-b04a-84cf18937e60.jpg",
|
||||
}
|
||||
]
|
||||
MarketAndStoreDetail = {"putMarketId": 50, "putStoreId": ["29"]}
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user