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

feat: request method support PATCH

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