From 72ee5049393573488021a4f504facf2093519f43 Mon Sep 17 00:00:00 2001 From: gaoyuan Date: Mon, 22 Jan 2024 09:13:23 +0800 Subject: [PATCH] 11 --- iMTShop.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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):