Arthur-Wu committed this file on 2024-11-18

This commit is contained in:
ieemoo
2024-11-20 10:16:59 +08:00
parent 7d3d8cb94f
commit 101f167010
12 changed files with 232 additions and 140 deletions

View File

@ -13,10 +13,28 @@ adsAreaId-6: 支付后广告
adsAreaId-7: 小票广告
'''
''' 1-商超、门店信息 '''
MarketAndStoreInfo = {"MarketId": 50, "StoreId": 29}
MarketAndStoreDetail = {"putMarketId": 50, "putStoreId": ["29"]}
''' 2-购物袋 '''
GoodsBagInputcode_mid = '6971648922990'
GoodsBagInputcode_max = '6971648922983'
''' 3-普通商品-2件 '''
NormalGoodsInputcode01 = "6924743915848" # 乐事薯片
NormalGoodsInputcode02 = "6925303796426" # 统一番茄牛肉面
''' 4-会员商品 '''
VipGoodsInputcode = "6925303796426" # 统一番茄牛肉面
''' 5-折扣商品 '''
SaleGoodsInputCode = "6924743915848" # 乐事薯片
''' 6-促销商品白名单 '''
PromotionalWhitelistGoods = {"GoodsInputcode": "6925303796426", "GoodsName": "统一茄皇蕃茄牛肉面"}
''' 7-重量放通白名单 '''
WeightToWhitelistGoods = {"GoodsInputcode": "6924743915848", "GoodsName": "乐事无限翡翠黄瓜味薯片"}
''' 0-广告数据 '''
WuShangADDetail = [
{
"adsAreaId": 1, "mediaType": 1,

5
YiMao/data/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# !/usr/bin/python
# -*- coding: utf-8 -*-
# @Author:: Arthur Wu
# @Date:: 2024/11/18-11:49
# @Description::