diff --git a/wchat/common/Result.php b/wchat/common/Result.php index 9e2f36f..02884db 100644 --- a/wchat/common/Result.php +++ b/wchat/common/Result.php @@ -14,14 +14,14 @@ namespace wchat\common; */ class Result { - public string $code; - public string $message; - public int $count = 0; - public array $data; - public array $header; - private int $startTime; - private int $requestTime; - private string $runTime; + public $code; + public $message; + public $count = 0; + public $data; + public $header; + private $startTime; + private $requestTime; + private $runTime; public function __construct(array $data) {