瀏覽代碼

"etl 脚本"

renyupeng 3 年之前
父節點
當前提交
f73874fc1f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Apietl/utlis/webHook.py

+ 1 - 0
Apietl/utlis/webHook.py

@@ -26,6 +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
 
 
 if __name__ == '__main__':