change:uuid模拟实现。
This commit is contained in:
parent
173a7fd7b7
commit
af77092ab4
@ -807,8 +807,8 @@ bool CClient::save_uuid()
|
||||
TLOGE("Open File Failed {}", uuid_path.string());
|
||||
return false;
|
||||
}
|
||||
std::string uuid1 = OfUtil::get_uuid();
|
||||
std::string uuid2 = OfUtil::get_uuid();
|
||||
std::string uuid1 = OfUtil::get_sim_uuid();
|
||||
std::string uuid2 = OfUtil::get_sim_uuid();
|
||||
std::string uuid = uuid1 + "-" + uuid2;
|
||||
out_file << uuid;
|
||||
out_file.close();
|
||||
|
2
ofen
2
ofen
@ -1 +1 @@
|
||||
Subproject commit 931380105b6ec88ce86912f3139c5b1fb2fb280b
|
||||
Subproject commit fbc26d565f7b73418dd9bfaee3fc67b77a56daba
|
Loading…
x
Reference in New Issue
Block a user