|
@@ -71,7 +71,7 @@ bool CZhipuziHttpClient::Login(std::string& errmsg)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- rapidjson::Value& v_data = document["data"];
|
|
|
|
|
|
|
+ rapidjson::Value& v_data = document["data"];
|
|
|
|
|
|
|
|
rapidjson::Value& v_version_type = v_data["version_type"];
|
|
rapidjson::Value& v_version_type = v_data["version_type"];
|
|
|
m_client.m_version_type = v_version_type.GetString();
|
|
m_client.m_version_type = v_version_type.GetString();
|