This commit is contained in:
as2252258@163.com
2021-03-23 02:41:24 +08:00
parent e8b0f8da81
commit ba5501adae
2 changed files with 52 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ class Request extends HttpService
const HTTP_POST = 'post';
const HTTP_GET = 'get';
const HTTP_CMD = 'cmd';
const HTTP_SOCKET = 'sw::socket';