ts封装axios

type Method = 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'DELETE'; type ResponseType = 'arraybuffer' | 'blob' | 'document' | 'json'; interface Axio
posted on 2022-02-08 17:37  Liillian  阅读(351)  评论(0编辑  收藏  举报