Description:amend log

Match-id-00461f6f1dff2b55db1473a4596f33031fe47f86
This commit is contained in:
xxxx
2022-09-21 14:48:36 +08:00
parent d3fb8a62d0
commit 89e183d047
10 changed files with 36 additions and 118 deletions
+3
View File
@@ -93,6 +93,9 @@ std::string SetAnonyId(const std::string &message)
if (IsString(jsonObj, DESCRIPTOR)) {
jsonObj[DESCRIPTOR] = GetAnonyString(jsonObj[DESCRIPTOR]);
}
if (IsString(jsonObj, DINPUT_SOFTBUS_KEY_INPUT_DATA)) {
jsonObj[DINPUT_SOFTBUS_KEY_INPUT_DATA] = GetAnonyString(jsonObj[DINPUT_SOFTBUS_KEY_INPUT_DATA]);
}
return jsonObj.dump();
}