简要描述:

  • 语音

请求域名:

  • release.yunzshop.com

请求URL:

plugin.store-cashier.frontend.cashier.voice-broadcast.index

参数:

参数名 是否必须 类型 说明
store_id int 门店id

返回示例:

正确时返回:

{
	result: 1,
	msg: "地址",
	data: {
		url: '语音地址',
	}
}

错误时返回:

{
    "result":0,
    "msg":"收银台不存在",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
url string 语音地址 为空不播放

备注:

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