- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
查询圈选标签列表
开发环境
开发环境
GET
/v3/alipay/merchant/qipan/crowdtag/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/merchant/qipan/crowdtag/query' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"select_tag_list": [
{
"tag_id": 803,
"tag_name": "标签名称",
"category_tag_option_list": [
{
"tag_option_category_id": 50,
"tag_option_category_name": "地域、人生阶段、职业等",
"tag_option_list": [
{
"text": "内蒙古自治区",
"value": "4281222529912876",
"children": [
{
"text": "杭州市",
"value": "7124179226564116537"
}
]
}
]
}
]
}
]
}
请求参数
Header 参数
authorization
string
必需
示例值:
ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign
alipay-request-id
string
必需
示例值:
$requestid
Content-Type
string
必需
示例值:
application/json
返回响应
🟢200成功
application/json
Body
select_tag_list
array [object {3}]
必需
tag_id
integer
必需
tag_name
string
必需
category_tag_option_list
array [object {3}]
分类的标签值列表
修改于 2023-11-22 07:00:38