This commit is contained in:
aozhiwei 2019-08-30 11:31:59 +08:00
parent 02b5137bf6
commit dffa31103a

View File

@ -424,7 +424,7 @@ namespace a8
{
if (type_ == a8::XOT_OBJECT) {
for (auto& pair : *value_.object_value) {
kv_list[pair.first] = pair.second->AsXValue().GetString();
kv_list[pair.first + ""] = pair.second->AsXValue().GetString() + "";
}
}
}