Skip to content

Conversation

@SigureMo
Copy link
Member

@SigureMo SigureMo commented Sep 2, 2025

动机

fixes #559

解决方案

#274 接口写的有问题,应该是 aid=xxx 而非 avid=xxx

类型

  • ✨ feat: 添加新功能
  • 🐛 fix: 修复 bug
  • 📝 docs: 对文档进行修改
  • ♻️ refactor: 代码重构(既不是新增功能,也不是修改 bug 的代码变动)
  • ⚡ perf: 提高性能的代码修改
  • 🧑‍💻 dx: 优化开发体验
  • 🔨 workflow: 工作流变动
  • 🏷️ types: 类型声明修改
  • 🚧 wip: 工作正在进行中
  • ✅ test: 测试用例添加及修改
  • 🔨 build: 影响构建系统或外部依赖关系的更改
  • 👷 ci: 更改 CI 配置文件和脚本
  • ❓ chore: 其它不涉及源码以及测试的修改
  • ⬆️ deps: 依赖项修改
  • 🔖 release: 发布新版本

Copilot AI review requested due to automatic review settings September 2, 2025 05:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug in the UGC video chapter info API where the URL parameter was incorrectly named. The fix changes the parameter from avid to aid to match the expected API format.

  • Fix incorrect URL parameter name in chapter info API call

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@SigureMo SigureMo changed the title 🐛 fix: fix chapter info API in UGC video 🐛 fix: fix chapter info API in UGC video when use aid Sep 2, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 2, 2025

CodSpeed Performance Report

Merging #560 will not alter performance

Comparing fix-chapter-info-api (3f1f954) with main (bba1936)

Summary

✅ 30 untouched benchmarks

@SigureMo SigureMo merged commit c5b5b85 into main Sep 2, 2025
20 checks passed
@SigureMo SigureMo deleted the fix-chapter-info-api branch September 2, 2025 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 WARN 无法获取该视频的章节信息,原因:请求错误

2 participants