默认调试开启

This commit is contained in:
老道 2022-10-03 15:50:37 +08:00
parent df2e111f67
commit 85b12c909e
1 changed files with 2 additions and 1 deletions

View File

@ -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();