Skip to content

Commit 88ca693

Browse files
committed
Merge branch 'main' into 'main'
fix: 播客上传接口 See merge request Binaryify/neteasecloudmusicapi!32
2 parents ae3ed35 + 8c86835 commit 88ca693

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

module/voice_upload.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ module.exports = async (query, request) => {
115115

116116
// preCheck
117117
await request(
118-
'post',
119118
`/api/voice/workbench/voice/batch/upload/preCheck`,
120119
{
121120
dupkey: createDupkey(),
@@ -147,7 +146,6 @@ module.exports = async (query, request) => {
147146
},
148147
)
149148
const result = await request(
150-
'post',
151149
`/api/voice/workbench/voice/batch/upload/v2`,
152150
{
153151
dupkey: createDupkey(),

0 commit comments

Comments
 (0)