|
@@ -53,6 +53,7 @@ def webhook_get_promoter():
|
|
|
cookie = random_item[0].decode('utf-8')
|
|
|
phone_num = int(random_item[1])
|
|
|
roll = ReturnPromoterInfoSpider().PromoterInfoSpiderHandler(promoterId, cookie)
|
|
|
+ print(roll,'----------{promoterId}'.format(promoterId=promoterId))
|
|
|
|
|
|
if json.loads(roll).__contains__("result"):
|
|
|
if json.loads(roll)["result"] == 109:
|