finish announce api

This commit is contained in:
xiaomlove
2022-03-18 15:44:04 +08:00
parent 6665c98169
commit ab1ed60f44
13 changed files with 151 additions and 125 deletions
+3 -3
View File
@@ -65,9 +65,9 @@ class Test extends Command
*/
public function handle()
{
$peer = Peer::query()->first();
echo $peer->prev_action->timestamp;
$redis = Redis::connection()->client();
$r = $redis->get('5da94a358e67cb5181166ae2611c2fd9');
dd($r);
}