This commit is contained in:
aozhiwei 2021-12-07 10:20:29 +08:00
parent 82cc2b15b7
commit 8209bb2198

View File

@ -91,7 +91,8 @@ std::string TextMgr::Sign(const std::string& name)
int rnd = rand();
std::string sign = a8::openssl::md5(name +
a8::XValue(App::Instance()->nowtime).GetString() +
a8::XValue(rnd).GetString());
a8::XValue(rnd).GetString() +
"sllpqzirwnm5q0kj8qvoxlqhxc3nhn7a");
sign = a8::Format("%s_%s_%s",
{
a8::XValue(App::Instance()->nowtime).GetString(),