From d3d7fdb83dd87b6ef0f79226db3746cd8b146f45 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 24 Jun 2016 17:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Request.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/think/Request.php b/library/think/Request.php index 4b83c3b1..b6ef5c7f 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -1294,10 +1294,11 @@ class Request } /** - * 获取当前请求的调度信息 + * 设置或者获取当前请求的调度信息 * @access public * @param array|string $dispatch 调度信息 * @param string $type 调度类型 + * @param array $params 参数 * @return array */ public function dispatch($dispatch = null, $type = null, $params = [])