From 50137031f28460abd519f04ae368c41e8905b3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 2 Apr 2021 18:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index 21ecd370..2093bc23 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -68,7 +68,7 @@ class Request extends HttpService const HTTP_POST = 'post'; const HTTP_GET = 'get'; - const HTTP_CMD = 'cmd'; + const HTTP_CMD = 'rpc'; const HTTP_SOCKET = 'sw::socket';