版本:202506
查询销售弹窗配置
GET/openapi/2025-06/salespops/config
返回指定店铺的销售通知功能配置详情。
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
sales_pop object
销量弹窗
idstring
sales pop ID
store_idstring
店铺 ID
template_config object
模板配置
anonymity_switchboolean
匿名开关
titlestring
标题
templatestring
模板
replace_switchboolean
替换开关
default_timestring
默认时间
time_textstring
时间文本
anonymity_namestring[]
匿名姓名
anonymity_addressstring[]
匿名地址
background_colorstring
背景颜色
title_colorstring
标题颜色
product_colorstring
商品颜色
time_colorstring
时间颜色
icon_colorstring
图标颜色
m_background_colorstring
M Background Color
first_delaystring
首次延迟
durationstring
Duration
intervalstring
收费间隔
times_switchstring
次数开关
max_timesstring
最大次数
loop_switchstring
循环开关
locatestring
定位信息
pagesstring
页面列表
specify_pages object[]
指定页面列表
match_stringstring
匹配字符串
match_conditionstring
匹配条件
order_statusstring
订单状态
timestring
时间
time_unitstring
时间单位
statusstring
状态
created_atstring
创建时间,ISO-8601 格式
updated_atstring
最后更新时间,ISO-8601 格式
pages_list object[]
页面项目列表
iduint32
页面 ID
namestring
名称
scriptstring
脚本
{
"code": "string",
"message": "string",
"data": {
"sales_pop": {
"id": "string",
"store_id": "string",
"template_config": {
"anonymity_switch": true,
"title": "string",
"template": "string",
"replace_switch": true,
"default_time": "string",
"time_text": "string",
"anonymity_name": [
"string"
],
"anonymity_address": [
"string"
],
"background_color": "string",
"title_color": "string",
"product_color": "string",
"time_color": "string",
"icon_color": "string",
"m_background_color": "string"
},
"first_delay": "string",
"duration": "string",
"interval": "string",
"times_switch": "string",
"max_times": "string",
"loop_switch": "string",
"locate": "string",
"pages": "string",
"specify_pages": [
{
"match_string": "string",
"match_condition": "string"
}
],
"order_status": "string",
"time": "string",
"time_unit": "string",
"status": "string",
"created_at": "string",
"updated_at": "string",
"pages_list": [
{
"id": 0,
"name": "string",
"script": "string"
}
]
}
}
}