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