renyupeng 3 سال پیش
والد
کامیت
2a5202977f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Apietl/utlis/webHook.py

+ 1 - 1
Apietl/utlis/webHook.py

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