浏览代码

"etl 脚本"

renyupeng 3 年之前
父节点
当前提交
b0ef41c7bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Apietl/utlis/webHook.py

+ 1 - 1
Apietl/utlis/webHook.py

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