improe announce

This commit is contained in:
xiaomlove
2023-05-30 03:02:49 +08:00
parent 77d671b3e6
commit 29cbe19c21
6 changed files with 64 additions and 12 deletions

View File

@@ -97,7 +97,9 @@ class Test extends Command
*/
public function handle()
{
$r = NexusDB::cache_get("user_all_permissions:10001");
$authkey = "12|52|abc";
$subAuthkey = substr($authkey, 0, strrpos($authkey, "|"));
$r = $subAuthkey;
dd($r);
}