mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-03 03:56:41 +08:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
{
|
|
"Print to console": {
|
|
"prefix": "api-success",
|
|
"body": [
|
|
"/**",
|
|
"* @apiDefine ${1:__定义模板名称__}",
|
|
"* @apiSuccessExample {json} Success-Response:",
|
|
"* HTTP/1.1 200 OK",
|
|
"* {",
|
|
"* 'message': 'ok'",
|
|
"* }",
|
|
"*/",
|
|
],
|
|
"description": "成功返回例子 - apidoc文档模板"
|
|
}
|
|
} |