...
|
...
|
@@ -293,34 +293,6 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_comment/at_user/select": {
|
|
|
"post": {
|
|
|
"summary": "小程序获取回复@人可选列表",
|
|
|
"operationId": "MiniArticleCommentAtUser",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniArticleCommentAtUserResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniArticleCommentAtUserRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"comment"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_comment/at_who/list": {
|
|
|
"post": {
|
|
|
"summary": "小程序展示评论时@人可选列表",
|
...
|
...
|
@@ -2978,23 +2950,6 @@ |
|
|
"list"
|
|
|
]
|
|
|
},
|
|
|
"MiniArticleCommentAtUserRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"articleId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniArticleCommentAtUserRequest",
|
|
|
"required": [
|
|
|
"articleId"
|
|
|
]
|
|
|
},
|
|
|
"MiniArticleCommentAtUserResponse": {
|
|
|
"type": "object",
|
|
|
"title": "MiniArticleCommentAtUserResponse"
|
|
|
},
|
|
|
"MiniArticleCommentAtWhoRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
|