默认调试开启
This commit is contained in:
parent
df2e111f67
commit
85b12c909e
|
@ -408,7 +408,8 @@ namespace PCRobot
|
||||||
textBox1.Text = Config.GetValue("服务器信息", "IP");
|
textBox1.Text = Config.GetValue("服务器信息", "IP");
|
||||||
textBox2.Text = Config.GetValue("服务器信息", "Port");
|
textBox2.Text = Config.GetValue("服务器信息", "Port");
|
||||||
textBox3.Text = Config.GetValue("秘钥", "SecretKey");
|
textBox3.Text = Config.GetValue("秘钥", "SecretKey");
|
||||||
WechatClient.IsDebug = Config.GetValue("设置", "调试").ToUpper() == "TRUE";
|
//WechatClient.IsDebug = Config.GetValue("设置", "调试").ToUpper() == "TRUE";
|
||||||
|
WechatClient.IsDebug = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var typeStr = Config.GetValue("设置", "备用").ToLower();
|
var typeStr = Config.GetValue("设置", "备用").ToLower();
|
||||||
|
|
Loading…
Reference in New Issue