From 452b9b63ada7ef220952412613552d36ed477adc Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 19 五月 2025 17:30:29 +0800
Subject: [PATCH] 测试,修复部分数据表问题

---
 Dispatch/GZRobot.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Dispatch/GZRobot.cs b/Dispatch/GZRobot.cs
index 8cdc3f3..5d4e4e9 100644
--- a/Dispatch/GZRobot.cs
+++ b/Dispatch/GZRobot.cs
@@ -257,7 +257,6 @@
                     if (data.data != null) {
                         res = data.data;
                     }
-                    
                 }
                 catch (Exception ex) {
                     Console.WriteLine(ex.Message);

--
Gitblit v1.9.1