fix: 修复网易云听歌打卡上报参数 - #135
Open
smzase wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动类型
是否包含破坏性变更
改动说明
修复「设置 → 听歌打卡」中原版日志接口和 NCBL 加密接口的错误上报参数:
startplay与play统一上报正确的资源 ID、sourceId、source、sourcetype、资源类型及播客分类。fee和播客分类,不再写死track/list或附带不匹配当前上下文的引用参数。dj资源类型和djradio来源上报,为后续播客功能接入保留完整参数模型。关联 Issue
无。
测试情况
pnpm dev分支预览启动成功,主进程、渲染进程及原生音频模块均正常加载。pnpm format:通过,无格式差异。pnpm lint:通过。pnpm typecheck:通过。pnpm test:node:33 项测试全部通过。song与dj:15 秒音频在 7.5 秒触发一次,ended可结算补交且不会重复提交。截图 / 录屏
不涉及 UI 改动。
自查清单
pnpm format,并确认pnpm typecheck、pnpm lint通过pnpm build:native验证;未手写native/*/index.d.tsdev分支提交