poster-design/service/.vscode/apidoc.code-snippets
2024-08-14 20:53:43 +08:00

13 lines
240 B
Plaintext

{
// ${1:label}, ${2:another}
"Print to console": {
"prefix": "apidoc",
"body": [
"/**",
"* @api {get} /user/getUserById/:id ${3:__apiname__}",
"* @apiGroup ${1:label}",
"*/"
],
"description": "my ts-vue template"
}
}