简要描述:

  • 语音合成基础设置接口(后端)

跳转URL:route=plugin.voice.admin.index.index

数据提交URL:route=plugin.voice.admin.index.index

提交参数说明:

参数名 是否必须 类型 说明
appid string 讯飞appid
apikey string 讯飞apikey
voice_name string 发音人id
speed int 语速
volume int 音量
pitch int 音高
category string 分类id

返回页面参数说明:

参数名 类型 说明
set array 设置集合
category array 分类列表
voice_name array 发音人列表

voice_name 说明:

参数名 类型 说明
id int 消息通知列表ID
name string 发音人名称

category 说明:

参数名 类型 说明
id int 分类ID
name string 分类名称

set 说明:

参数名 类型 说明
appid string 讯飞appid
apikey string 讯飞apikey
voice_name string 发音人id
speed int 语速
volume int 音量
pitch int 音高
category string 分类id

备注:

  • 更多返回错误代码请看首页的错误代码描述