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

+ 1 - 1
utils/PromoterInfoWebHook.py

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