From f022210d81c4de0f035fdfe5225fa0b9ecc855c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 1 Apr 2020 13:00:22 +0800 Subject: [PATCH] add clear --- wchat/common/Result.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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) {