获取上传语音列表
简要描述
- 获取上传语音列表。
请求 URL
https://open.91demo.top/api/open/getVoiceList?token=TOKEN
请求方式
- GET
参数
| 参数名 | 必选 | 类型 | 说明 |
|---|
返回示例
{
"code": 1,
"count": 1,
"data": [
{
"id": 5,
"filename": "标准录音 1.mp3",
"phonenum": "",
"ispub": 0,
"status": 2,
"createtime": "2025-04-27T11:35:56.669526Z",
"updateTime": "2025-04-27T11:35:56.669526Z"
}
],
"msg": "查询成功"
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 返回码 1 正常 -1 有错误 |
| msg | string | 返回消息 |
列表项内容说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | int | 记录ID |
| filename | string | 上传文件名称 |
| phonenum | string | 4位号码 |
| ispub | int | 是否公开 1 公开 |
| status | int | 状态 1 正常 2 审核中 3 审核失败(会删除) |
| createtime | string | 创建时间 |
| updateTime | string | 更新时间 |
备注
- 有任何疑问,请关注公众号【技术源泉】私信我。