mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 播客上传接口
This commit is contained in:
parent
ae3ed350a8
commit
8c8683557e
@ -115,7 +115,6 @@ module.exports = async (query, request) => {
|
||||
|
||||
// preCheck
|
||||
await request(
|
||||
'post',
|
||||
`/api/voice/workbench/voice/batch/upload/preCheck`,
|
||||
{
|
||||
dupkey: createDupkey(),
|
||||
@ -147,7 +146,6 @@ module.exports = async (query, request) => {
|
||||
},
|
||||
)
|
||||
const result = await request(
|
||||
'post',
|
||||
`/api/voice/workbench/voice/batch/upload/v2`,
|
||||
{
|
||||
dupkey: createDupkey(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user