- User
- Category
- Comment
- Collection
- Articles
- Likes
Like Get All
POST
/likeArticle/all
责任人:Chen Yang
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/likeArticle/all'
返回响应
🟢200Success
application/json
Body
code
integer
必需
data
array [object {13}]
必需
id
integer
必需
name
string
必需
username
string
必需
password
string
必需
avatar
string | null
必需
desc
string | null
必需
roleId
integer | null
必需
weight
integer | null
必需
age
integer | null
必需
createdAt
string
必需
updatedAt
string
必需
deletedAt
null
必需
role
object | null
必需
示例
{
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"username": "string",
"password": "string",
"avatar": "string",
"desc": "string",
"roleId": 0,
"weight": 0,
"age": 0,
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null,
"role": {
"id": 0,
"name": "string",
"desc": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null
}
}
]
}
🔴500Failed