提交 57c307d8 编写于 作者: Q qiang

feat: request method support PATCH

上级 78949122
...@@ -12,7 +12,8 @@ const method = { ...@@ -12,7 +12,8 @@ const method = {
PUT: 'PUT', PUT: 'PUT',
DELETE: 'DELETE', DELETE: 'DELETE',
TRACE: 'TRACE', TRACE: 'TRACE',
CONNECT: 'CONNECT' CONNECT: 'CONNECT',
PATCH: 'PATCH'
} }
const dataType = { const dataType = {
JSON: 'json' JSON: 'json'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册