文档
测试

用户根据生日获取对应的标签

GET
http://127.0.0.1/social/app/user/getUserConstellationTags

请求头

参数名
类型
描述
必填
token
string
示例:af866615-a0d2-4a2c-8bf1-f53de6086239
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
int
示例:14 标签ID
必填
label
string
示例:哈哈 标签
必填
groupId
long
1
必填
show
string
必填
type
string
必填
calc
string
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": [ { "id": 14, "groupId": null, "label": "哈哈", "show": null, "type": null, "calc": null }, { "id": 15, "groupId": null, "label": "哈儿", "show": null, "type": null, "calc": null }, { "id": 16, "groupId": null, "label": "哈皮", "show": null, "type": null, "calc": null }, { "id": 17, "groupId": null, "label": "啦啦啦", "show": null, "type": null, "calc": null }, { "id": 18, "groupId": null, "label": "怎么说", "show": null, "type": null, "calc": null } ] }