音频生产展示

This commit is contained in:
ZLI263
2025-10-04 23:10:53 +08:00
parent 696bec5206
commit 69fd595ebb
7 changed files with 1540 additions and 187 deletions

View File

@@ -55,8 +55,11 @@ export function getStatisticsOverview() {
})
}
// TTS请求日志相关接口
export function getTtsRequestLogs(params) {
return request({
url: '/tts/log/list',
method: 'get',
params
})
}