Browse Source

iiiii

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
04228b044a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flask_app.py

+ 1 - 1
flask_app.py

@@ -265,7 +265,7 @@ def debug_func():
         return json.dumps(result, ensure_ascii=False, cls=DecimalEncoder)
 
 
-@app.route('/send_mail_to_customer', methods=['GET', 'POT'])
+@app.route('/send_mail_to_customer', methods=['GET', 'POST'])
 def send_mail_to_customer():
     result = {}
     rj = JianYeReport()