5G来电秘书企业版

H5自助录入


根据手机号查询企业开场白配置信息

[TOC]

简要描述
  • 根据手机号查询企业开场白配置信息
请求URL
  • http://IP:PORT//scai/member/ent/marketsetting/queryEntConfList?timeStr=11142454299&sign=cd10cbf729a18754009c4f746bb9be4f&phone=13866559988&avType=1
请求方式
  • POST
参数
参数名 必选 类型 说明
phone string 被叫手机号
timeStr string 时间戳
avType string 媒体类型,0音频,1视频
sign string 签名
返回示例
  {
    "returnCode": 0,
    "beans": [],
    "returnMessage": "",
    "bean": {
        "timeStamp": "1658801498532",
        "returnCode": "0000",
        "beans": [],
        "returnMessage": "发送成功",
        "bean": {},
        "object": {
            "marketSetting": [{
                "keywordName": "无",
                "avType": "1",
                "keywordCode": "NULL",
                "robotText": "12341234",
                "ttsId": "9",
                "isSelected": "0",
                "fileUrl": "https://aio.deskpro.cn/wxapph5/ydy/customVoiceFile/a71fc539-8036-447f-a403-c16f3a5eb095.mp4",
                "mediaSource": "ROBOT",
                "mediaName": "12354",
                "memberId": "1213dfd83400479f91ebc6e57dbe89f9"
            }],
            "welcomeSetting": {
                "avType": "1",
                "filePath": "https://aio.deskpro.cn/wxapph5/ydy/customVoiceFile/59e3b7a9-c2d3-434d-8275-c199fb058e0a.mp4",
                "ttsId": "9",
                "entFocus": "0",
                "text": "我爱你情爱的姑娘",
                "type": "0",
                "welSettingId": "365",
                "rowId": 10,
                "memberId": "5d34c51ff88a4a809b298abf72c3dd82",
                "status": "1"
            }
        }
    },
    "object": {}
}
返回参数说明
参数名 类型 说明
returnCode string 状态码
returnMessage string 返回消息
bean Json对象 返回数据
object Json对象 返回数据
marketSetting Json数组 返回配置数据
keywordName string 营销关键词名称
keywordCode string 营销关键词编码
avType string 媒体类型,0音频,1视频
robotText string 数字人播报内容
ttsId string 音色id
isSelected string 是否选中,0未选中,1选中
fileUrl string 媒体文件HTTP地址
mediaSource string 媒体来源,ROBOT数字人,FILE文件上传
mediaName string 媒体名称
memberId string 会员ID
welcomeSetting Json数组 返回欢迎语数据
avType string 媒体类型,0音频,1视频
filePath string 媒体文件HTTP地址
ttsId string 音色id
entFocus string
text string 欢迎语文本
type string 类型
welSettingId string 业务主键id
rowId string 唯一id
memberId string 会员ID
status string 状态
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML