| 123456789101112131415 | {  "http request": {    "scope": "javascript,typescript",    "prefix": "http",    "body": [      "/**",      " * $2",      " */",      "export function ${0:fn}(data) {",      "  return http.${1|post,get,put,delete|}(`$CLIPBOARD`, data)",      "}"    ],    "description": "http 请求封装"  }}
 |