This commit is contained in:
2020-11-01 04:20:07 +08:00
parent 7cd4a30b8e
commit eaca195e77
2 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ class Result
public $code;
public $message;
public int $count = 0;
public array|string $data;
public array $header;
public ?array $data;
public ?array $header;
public int $httpStatus = 200;
public int $startTime = 0;