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

This commit is contained in:
ieemoo
2024-11-20 16:44:27 +08:00
parent 2224176ebf
commit 80fadf69a7
61 changed files with 1017 additions and 302 deletions

View File

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