renyupeng 1 年之前
父节点
当前提交
6007ecfec9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/PromoterInfoWebHook.py

+ 1 - 0
utils/PromoterInfoWebHook.py

@@ -37,6 +37,7 @@ def webhook_get_promoter():
     rep = json.loads(request.data)
     print(rep,'---rep---')
     promoterId = rep["promoterId"]
+    print(promoterId,'-----promoterId-----')
     media_id = rep["mediaId"]
     if media_id == 2 or media_id is None:
         cookie = cookie_update.get_cookie_handler()[0]