소스 검색

"etl 脚本"

renyupeng 4 년 전
부모
커밋
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'
 
 
-@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"]