From 2c87a90a3cfb94c6ef0a4ad1bb2750ff6f31f16d Mon Sep 17 00:00:00 2001 From: rogersun Date: Thu, 2 Jul 2026 13:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=B7=BB=E5=8A=A0=E7=9B=AE?= =?UTF-8?q?=E6=A0=87=E6=97=A5=E6=9C=9F=E6=8E=92=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/views.py b/ai/views.py index c5e5364..dcf4442 100644 --- a/ai/views.py +++ b/ai/views.py @@ -110,6 +110,7 @@ def report(request): 'ai_count': ai_count, 'real_count': real_count, 'result': last_ai_data.result, + 'create_time':last_ai_data.created_at } } print(result_dict)