From 93ea07819ceb624c16cbd00dc86a575b3fd50859 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 18 Sep 2016 12:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.php b/helper.php index 892e9d0e..d6dff1a5 100644 --- a/helper.php +++ b/helper.php @@ -272,7 +272,7 @@ if (!function_exists('url')) { /** * Url生成 * @param string $url 路由地址 - * @param string|array $value 变量 + * @param string|array $vars 变量 * @param bool|string $suffix 前缀 * @param bool|string $domain 域名 * @return string