{ "http request": { "scope": "javascript,typescript", "prefix": "http", "body": [ "/**", " * $4", " */", "export function ${0:n}(data) {", " return http.${1|get,post,put,delete|}(`${process.env.${2|VUE_APP_FileServer,VUE_APP_LearnWebSI,VUE_APP_BookWebSI|}}?MethodName=$3`, data)", "}" ], "description": "http 请求封装" } }