diff --git a/iMTShop.py b/iMTShop.py index 2e3cb59..5bbdb3f 100644 --- a/iMTShop.py +++ b/iMTShop.py @@ -122,8 +122,12 @@ 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')) - return shop.get('shopId') + if shop.get('shopId') == "132320282001": + print("无锡下级县市continue:itemId:",itemId,"shopId:",shop.get('shopId')) + continue + else: + print("申购详情:itemId:",itemId,"shopId:",shop.get('shopId')) + return shop.get('shopId') def get_user_id(token, Device_ID):