diff --git a/ZPHP/Protocol/Request.php b/ZPHP/Protocol/Request.php index 3e36763..55d2448 100644 --- a/ZPHP/Protocol/Request.php +++ b/ZPHP/Protocol/Request.php @@ -458,10 +458,10 @@ public static function getRequestId($autoMake = false) } /** - * @param null $reqeustId + * @param null $requestId * @desc 设置请求唯一id */ - public static function setRequestId($reqeustId = null) + public static function setRequestId($requestId = null) { if (empty($requestId)) { $requestId = self::getRequestId(true); @@ -505,4 +505,4 @@ public static function getRequestTime($clear = false) } return $time; } -} \ No newline at end of file +}