exam support priority + peer suppoert ipv4&ipv6

This commit is contained in:
xiaomlove
2022-04-18 19:07:35 +08:00
parent 107da8e335
commit 55138da862
46 changed files with 302 additions and 115 deletions
+5 -2
View File
@@ -126,8 +126,11 @@ class Test extends Command
// $r = $rep->getContinuousDays($attendance);
// $r = $rep->getContinuousPoints(11);
$r = json_decode('http://www.imdb.com/title/tt0468569', true);
dd($r);
$data = DB::select('SHOW INDEX FROM peers');
$array = [];
foreach($data as $key => $item){
dump($item);
}
}