change:uuid模拟实现。

This commit is contained in:
taynpg 2025-04-07 23:43:50 +08:00
parent 173a7fd7b7
commit af77092ab4
2 changed files with 3 additions and 3 deletions

View File

@ -807,8 +807,8 @@ bool CClient::save_uuid()
TLOGE("Open File Failed {}", uuid_path.string()); TLOGE("Open File Failed {}", uuid_path.string());
return false; return false;
} }
std::string uuid1 = OfUtil::get_uuid(); std::string uuid1 = OfUtil::get_sim_uuid();
std::string uuid2 = OfUtil::get_uuid(); std::string uuid2 = OfUtil::get_sim_uuid();
std::string uuid = uuid1 + "-" + uuid2; std::string uuid = uuid1 + "-" + uuid2;
out_file << uuid; out_file << uuid;
out_file.close(); out_file.close();

2
ofen

@ -1 +1 @@
Subproject commit 931380105b6ec88ce86912f3139c5b1fb2fb280b Subproject commit fbc26d565f7b73418dd9bfaee3fc67b77a56daba