名称 | 类型 | 描述 |
---|---|---|
list | struct[] | 返回信息列表 |
id | integer | id |
name | string | 名称 |
type | string | 节点标签类型 |
parent_id | integer | 父节点 id,如果没有父节点,该值为 0 |
parent_name | string | 父节点标签名,如果没有父节点返回空字符串 |
parent_type | string | 父节点标签类型,如果没有父节点返回空字符串 |
curl --location --request GET '/v1.3/game_feature_tags/get' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'type='
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"list": []
}
}