|
@@ -82,8 +82,8 @@ struct BrightnessInfoHTTPRet : CHTTPRet {
|
|
|
m_success = root[REFLECTION(success)].asBool();
|
|
|
m_code = root[REFLECTION(code)].asString();
|
|
|
m_message = root[REFLECTION(message)].asString();
|
|
|
- m_returnCode = root[REFLECTION(returnCode)].asString();
|
|
|
- m_errorMsg = root[REFLECTION(errorMsg)].asString();
|
|
|
+ m_returnCode = root[REFLECTION(return_code)].asString();
|
|
|
+ m_errorMsg = root[REFLECTION(error_msg)].asString();
|
|
|
m_data = root[REFLECTION(data)].asBool();
|
|
|
}
|
|
|
else {
|