renyupeng 3 years ago
parent
commit
33757b3191
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Apietl/utlis/webHook.py

+ 1 - 1
Apietl/utlis/webHook.py

@@ -35,7 +35,7 @@ def api_webhook_messages():
 def api_webhook_bytedance_messages():
 def api_webhook_bytedance_messages():
     print(json.loads(request.data))
     print(json.loads(request.data))
     my_info = json.loads(request.data)
     my_info = json.loads(request.data)
-    account_id = my_info["advertiser_id"]
+    account_id = my_info["adveriser_id"]
     start_date = my_info["start_date"]
     start_date = my_info["start_date"]
     end_date = my_info["end_date"]
     end_date = my_info["end_date"]
     date_type = my_info["date_type"]
     date_type = my_info["date_type"]