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

View File

@@ -33,6 +33,7 @@ class ExamResource extends JsonResource
'status_text' => $this->statusText,
'is_discovered' => $this->is_discovered,
'is_discovered_text' => $this->is_discovered_text,
'priority' => $this->priority,
];
}