renyupeng 1 年之前
父節點
當前提交
7f5eeee9c6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/PromoterInfoWebHook.py

+ 1 - 0
utils/PromoterInfoWebHook.py

@@ -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: