List 列出标签
GET
/tag/list请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
200
msg
string
success
data
array [object {4}]
数据
id
integer
GID
name
string
名称
priorityLevel
integer
优先级
type
integer
必需
示例
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"priorityLevel": 0,
"type": 0
}
]
}
最后修改时间: 3 年前