获取声音列表
GET
https://micro-gfyx-api.b2btst.com/v1/spyx/video-assistant/marketing-plan/get-voice-list
最后修改时间:2024-07-30 06:06:31
责任人:未设置
请求参数
Query 参数
page
string
可选
page_size
string
可选
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
必需
items
array [object {7}]
必需
示例
{
"success": true,
"error_code": 0,
"message": "string",
"data": {
"total": 10,
"items": [
{
"id": "1234567890",
"name": "商品名称",
"vendor_name": "供应商名称",
"vendor_code": "供应商编码",
"is_default": true,
"sample_url": "示例链接",
"error": ""
}
]
}
}
修改于 2024-07-30 06:06:31