|
@@ -59,7 +59,7 @@ def webhook_get_promoter():
|
|
print(cookie,'----------cookie--------------')
|
|
print(cookie,'----------cookie--------------')
|
|
phone_num = int(random_item[1])
|
|
phone_num = int(random_item[1])
|
|
print(phone_num,'------phone_num-------')
|
|
print(phone_num,'------phone_num-------')
|
|
- results = ReturnPromoterInfoSpider().PromoterInfoSpiderHandler(promoterId, cookie)
|
|
|
|
|
|
+ results = ReturnPromoterInfoSpider.PromoterInfoSpiderHandler(promoterId, cookie)
|
|
print(results, '-----results-----{promoterId}'.format(promoterId=promoterId))
|
|
print(results, '-----results-----{promoterId}'.format(promoterId=promoterId))
|
|
if json.loads(results).__contains__("result"):
|
|
if json.loads(results).__contains__("result"):
|
|
if json.loads(results)["result"] == 109:
|
|
if json.loads(results)["result"] == 109:
|