[TOC]
简要描述
请求URL
http://IP:PORT/scai/member/ent/marketsetting/list?avType=1
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
openId |
是 |
string |
微信用户openId |
avType |
是 |
string |
媒体类型,0音频,1视频 |
返回示例
{
"returnCode": 0,
"beans": [],
"returnMessage": "",
"bean": {
"timeStamp": "1658999732759",
"returnCode": "0000",
"beans": [],
"returnMessage": "发送成功",
"bean": {},
"object": [{
"lastUpdatedBy": "1213dfd83400479f91ebc6e57dbe89f9",
"keywordName": "无",
"avType": "1",
"keywordCode": "NULL",
"robotText": "12341234",
"rowId": 20,
"createBy": "1213dfd83400479f91ebc6e57dbe89f9",
"lastUpdatedDate": "2022-07-07 18:06:27",
"ttsId": "9",
"isSelected": "0",
"fileUrl": "https://aio.deskpro.cn/wxapph5/ydy/customVoiceFile/a71fc539-8036-447f-a403-c16f3a5eb095.mp4",
"mediaSource": "ROBOT",
"mediaName": "12354",
"createDate": "2022-07-07 17:05:06",
"memberId": "1213dfd83400479f91ebc6e57dbe89f9",
"settingId": "4ac0a0ecc15f4d3b81c86eb5bda4c721"
}]
},
"object": {}
}
返回参数说明
参数名 |
类型 |
说明 |
returnCode |
string |
状态码 |
returnMessage |
string |
返回消息 |
bean |
Json对象 |
返回数据 |
object |
Json对象 |
返回数据 |
lastUpdatedBy |
string |
最近更新人 |
lastUpdatedDate |
string |
最近更新时间 |
keywordName |
string |
营销关键词名称 |
keywordCode |
string |
营销关键词编码 |
avType |
string |
媒体类型,0音频,1视频 |
robotText |
string |
数字人播报内容 |
rowId |
long |
主键id |
createBy |
string |
创建人 |
createDate |
string |
创建时间 |
ttsId |
string |
音色id |
isSelected |
string |
是否选中,0未选中,1选中 |
fileUrl |
string |
媒体文件HTTP地址 |
mediaSource |
string |
媒体来源,ROBOT数字人,FILE文件上传 |
mediaName |
string |
媒体名称 |
memberId |
string |
会员ID |
settingId |
string |
业务主键id |
备注