Browse Source

"etl 脚本"

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

+ 1 - 1
Apietl/utlis/webHook.py

@@ -26,7 +26,7 @@ def api_webhook_messages():
     end_date = my_info["end_date"]
     date_type = my_info["date_type"]
     AccountReport().handler(date_type, account_id, start_date, end_date)
-    return 200
+    return '200'
 
 
 if __name__ == '__main__':