mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 03:57:27 +08:00
refactor: 规范工单接口代码规范
This commit is contained in:
@@ -13,13 +13,14 @@ class TicketResource extends JsonResource
|
||||
* @return array<string, mixed>
|
||||
*/
|
||||
public function toArray(Request $request): array
|
||||
{
|
||||
{
|
||||
$data = [
|
||||
"id" => $this['id'],
|
||||
"level" => $this['level'],
|
||||
"reply_status" => $this['reply_status'],
|
||||
"status" => $this['status'],
|
||||
"subject" => $this['subject'],
|
||||
"message" => array_key_exists('message',$this->additional) ? MessageResource::collection($this['message']) : null,
|
||||
"created_at" => $this['created_at'],
|
||||
"updated_at" => $this['updated_at']
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user