查询机厅标签
开发中
GET
/arcades/{arcade_id}/tags
请求参数
Path 参数
arcade_id
integer
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/arcades//tags'
返回响应
🟢200成功
application/json
Body
success
boolean
可选
data
array[object (标签) {6}]
必需
id
string
唯一 ID
user_id
string
用户 ID
name
string
标签名
arcade_id
integer
机厅 ID
vote
integer
赞踩数
created_at
string
创建时间
count
integer
必需
示例
{
"success": true,
"data": [
{
"id": "string",
"user_id": "string",
"name": "string",
"arcade_id": 0,
"vote": 0,
"created_at": "string"
}
],
"count": 0
}
🟠400错误请求
🔴500服务器错误
修改于 2025-04-14 07:09:42