gaoyuan 8 months ago
parent fc4eef183f
commit 72ee504939

@ -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("无锡下级县市continueitemId:",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):

Loading…
Cancel
Save