Browse Source

"etl 脚本"

renyupeng 3 năm trước cách đây
mục cha
commit
b0ef41c7bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Apietl/utlis/webHook.py

+ 1 - 1
Apietl/utlis/webHook.py

@@ -17,7 +17,7 @@ def api_root():
     return 'Welcome guys'
 
 
-@app.route('/webhook/account', methods=['POST'])
+@app.route('/webhook/account_report', methods=['POST'])
 def api_webhook_messages():
     my_info = json.loads(request.param)
     account_id = my_info["account_id"]