跳到主要内容

基础属性

基础属性为卡片通用功能,支持对卡片这一粒度的 投放平台 投放时间 所属业务 相关的数据配置。

投放平台

用于将卡片投放到 指定终端指定城市 进行外展。

指定终端

全渠道主软 APPM 端PC 端微信小程序
✅ 支持✅ 支持✅ 支持✅ 支持✅ 支持

指定城市

字段定义

字段名类型取值说明
platformstring"all": 默认值,指全端投放;
"APP,M": 不需要外展的终端,多个以 ,号分隔
cityValuestring[]"[]": 默认值,指全国投放;
"['10000'']": 仅在北京投放,数组项为城市代码

数据示例

{
"id": 143718,
"name": "cardHtml",
"topicId": 3890,
"componentId": 0,
"starttime": "",
"endtime": "",
"data": {
"style": "",
"getType": "0",
"notes": "自定义样式",
"customTheme": "",
"html": "",
"lastModified": 1695192702512,
"modifiedUser": "mimengyu"
},
"biz": "",
"bizSub": "",
"customData": {
"timeRangeType": "0",
"bizType": "0",
"class": "",
"platform": "all",
"cityValue": []
},
"ordernum": 5,
"enabled": true,
"isModified": 0,
"createdUser": "mimengyu",
"remark": ""
}

投放时间

用于限定卡片 外展的上下线时间段

字段定义

字段名类型取值说明
timeRangeType"0"|"1""0": 默认值,跟随专题上下线;
"1": 指定卡片自身上下线时间
starttimenumber卡片上线时间戳
endtimenumber卡片下线时间戳

数据示例

{
"id": 143718,
"name": "cardHtml",
"topicId": 3890,
"componentId": 0,
"starttime": "",
"endtime": "",
"data": {
"style": "",
"getType": "0",
"notes": "自定义样式",
"customTheme": "",
"html": "",
"lastModified": 1695192702512,
"modifiedUser": "mimengyu"
},
"biz": "",
"bizSub": "",
"customData": {
"timeRangeType": "0",
"bizType": "0",
"class": "",
"platform": "all",

"cityValue": []
},
"ordernum": 5,
"enabled": true,
"isModified": 0,
"createdUser": "mimengyu",
"remark": ""
}

所属业务

用于配置当前卡片所属业务及产品线,往往用于数据上报统计。

字段定义

字段名类型取值说明
bizType"0"|"1""0": 默认值,跟随专题所属业务及产品线;
"1": 指定卡片自身所属业务及产品线
bizstring所属业务线
bizSubstring所属产品线

数据示例

{
"id": 143718,
"name": "cardHtml",
"topicId": 3890,
"componentId": 0,
"starttime": "",
"endtime": "",
"data": {
"style": "",
"getType": "0",
"notes": "自定义样式",
"customTheme": "",
"html": "",
"lastModified": 1695192702512,
"modifiedUser": "mimengyu"
},
"biz": "",
"bizSub": "",
"customData": {
"timeRangeType": "0",
"bizType": "0",
"class": "",
"platform": "all",
"cityValue": []
},
"ordernum": 5,
"enabled": true,
"isModified": 0,
"createdUser": "mimengyu",
"remark": ""
}