feat: 支持发送patch方法
This commit is contained in:
@@ -48,7 +48,7 @@ type OptionsType = {
|
||||
/**请求地址 */
|
||||
url: string;
|
||||
/**请求方法 */
|
||||
method: 'get' | 'post' | 'put' | 'delete';
|
||||
method: 'get' | 'post' | 'put' | 'delete' | 'patch';
|
||||
/**请求头 */
|
||||
headers?: HeadersInit;
|
||||
/**地址栏参数 */
|
||||
|
||||
Reference in New Issue
Block a user