~~~[api]
post:/v1/tags/list
<<<
success
{
"code": 0,
"msg": "ok",
"data": [{
"id": 2000,
"name": "陪你聊天",
"color": "#FF2525",
"status_del": 0
}, {
"id": 2001,
"name": "时尚约拍",
"color": "#FF6200",
"status_del": 0
}, {
"id": 2002,
"name": "早安叫醒",
"color": "#FCCA00",
"status_del": 0
}, {
"id": 2003,
"name": "播主求捧",
"color": "#27B148",
"status_del": 0
}, {
"id": 2004,
"name": "游戏陪玩",
"color": "#00C7FF",
"status_del": 0
}, {
"id": 2005,
"name": "技能交换",
"color": "#3291F8",
"status_del": 0
}, {
"id": 2006,
"name": "同城伴游",
"color": "#A411D1",
"status_del": 0
}, {
"id": 2007,
"name": "假装情侣",
"color": "#D111BF",
"status_del": 0
}, {
"id": 2008,
"name": "一起旅行",
"color": "#09CCE3",
"status_del": 0
}]
}
<<<
error
~~~