@@ -595,7 +595,7 @@ namespace MOKA_Factory_Tools
try
{
JObject jObject = JObject.Parse(ParseText);
- string msg = jObject["message"].Value<string>();
+ string msg = jObject["msg"].Value<string>();
string code = jObject["code"].Value<string>();
if (code == "0")