gaoyuan 8 months ago
parent fc4eef183f
commit 72ee504939

@ -122,7 +122,11 @@ def get_shop_item(sessionId, itemId, device_id, token, province, city):
if not shop.get('shopId') in shop_id_:
continue
if itemId in str(shop):
print("itemId:",itemId,"shopId:",shop.get('shopId'))
if shop.get('shopId') == "132320282001":
print("无锡下级县市continueitemId:",itemId,"shopId:",shop.get('shopId'))
continue
else:
print("申购详情itemId:",itemId,"shopId:",shop.get('shopId'))
return shop.get('shopId')

Loading…
Cancel
Save