查询推广计划
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v3/alipay/marketing/delivery/{delivery_id}/query
alipay.marketing.activity.delivery
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/marketing/delivery//query' \
--header 'Content-Type: application/json' \
--data-raw '{
"belong_merchant_info": {
"business_type": "string",
"merchant_id": "string",
"merchant_id_type": "string"
},
"delivery_config_list": [
{
"activity_id": "string",
"booth_code": "string",
"channel": "string"
}
],
"merchant_access_mode": "SELF_MODE"
}'
响应示例响应示例
200 - 示例 1
{
"delivery_base_info": {
"delivery_material": {
"delivery_single_material": {
"delivery_image": "string"
},
"material_id_list": [
"string"
]
},
"delivery_begin_time": "string",
"delivery_end_time": "string",
"delivery_name": "string"
},
"delivery_play_config": {
"delivery_full_send_config": {
"delivery_content_info": {
"delivery_activity_content": {
"activity_id": "string"
},
"delivery_app_content": {
"mini_app_delivery_type": "string",
"mini_app_id": "string",
"service_code_list": [
"string"
]
},
"delivery_display_info": {
"main_title": "string",
"sub_title": "string"
},
"delivery_item_content": {
"item_id": "string",
"item_type": "string"
},
"delivery_content_type": "string"
},
"delivery_floor_amount": "string"
},
"delivery_single_send_config": {
"delivery_content_config": {
"delivery_send_guide": {
"delivery_guide_url": "string"
}
},
"delivery_content_info": {
"delivery_activity_content": {
"activity_id": "string"
},
"delivery_app_content": {
"mini_app_delivery_type": "string",
"mini_app_id": "string",
"service_code_list": [
"string"
]
},
"delivery_display_info": {
"main_title": "string",
"sub_title": "string"
},
"delivery_item_content": {
"item_id": "string",
"item_type": "string"
},
"delivery_content_type": "string"
}
}
},
"delivery_target_rule": {
"delivery_available_scope": {
"delivery_available_city_code": {
"all_city": true,
"city_codes": [
"string"
]
},
"delivery_available_scope_type": "string"
},
"delivery_city_code_rule": {
"all_city": true,
"city_codes": [
"string"
]
},
"delivery_merchant_rule": {
"delivery_merchant_infos": [
{
"merchant_id": "string",
"merchant_id_type": "string"
}
],
"delivery_merchant_mode": "string",
"brand_id_list": [
"string"
]
},
"delivery_search_box_rule": {
"box_id": "string"
},
"delivery_merchant_infos": [
{
"merchant_id": "string",
"merchant_id_type": "string"
}
],
"delivery_merchant_mode": "string",
"delivery_promo_tags": "string",
"delivery_recall_mode": "string",
"delivery_type": "string",
"brand_id_list": [
"string"
]
},
"delivery_booth_code": "SERVICE_MESSAGE",
"delivery_error_msg": "素材审核失败:素材存在敏感信息。",
"delivery_id": "20121231231242353",
"delivery_info_list": [
{
"activity_id": "2016042700826004508401111111",
"booth_code": "PAYMENT_RESULT",
"channel": "2088xxxxxxxxx",
"channel_name": "支付宝官方渠道",
"delivery_status": "ACTIVE"
}
],
"delivery_status": "ACTIVE"
}
请求参数
Path 参数
delivery_id
string
推广计划id
Body 参数application/json