diff --git a/PCRobot/PCRobotForm.cs b/PCRobot/PCRobotForm.cs index 9a8940e..864afed 100644 --- a/PCRobot/PCRobotForm.cs +++ b/PCRobot/PCRobotForm.cs @@ -408,7 +408,8 @@ namespace PCRobot textBox1.Text = Config.GetValue("服务器信息", "IP"); textBox2.Text = Config.GetValue("服务器信息", "Port"); textBox3.Text = Config.GetValue("秘钥", "SecretKey"); - WechatClient.IsDebug = Config.GetValue("设置", "调试").ToUpper() == "TRUE"; + //WechatClient.IsDebug = Config.GetValue("设置", "调试").ToUpper() == "TRUE"; + WechatClient.IsDebug = true; try { var typeStr = Config.GetValue("设置", "备用").ToLower();