chore: 注释

This commit is contained in:
helloplhm-qwq 2024-02-19 11:16:01 +08:00
parent b52a513b5d
commit 5cd9eb3807
No known key found for this signature in database
GPG Key ID: 6BE1B64B905567C7

View File

@ -206,7 +206,7 @@ export default {
return request.then(({ statusCode, body }) => {
const rawData = wbdCrypto.decodeData(body)
console.log(rawData)
// console.log(rawData)
const data = rawData.data
if (statusCode !== 200 || rawData.code != 200 || !data.musiclist) return this.getList(id, page, retryNum)