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