This commit is contained in:
aozhiwei 2023-11-20 08:52:24 +08:00
parent 39cf53ed69
commit ecdb1d1a5e

View File

@ -157,7 +157,8 @@ namespace f8
const std::string App::NewGlobalUuid()
{
return "";
std::string id = a8::Format("%d%d", {100 + zone_id_, uuid_->Generate()});
return id;
}
int App::GetPid()