Skip to content

Commit

Permalink
chore: 注释
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Feb 19, 2024
1 parent b52a513 commit 5cd9eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/utils/musicSdk/kw/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5cd9eb3

Please sign in to comment.