-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,7 @@ Fixes | |
Features | ||
|
||
- 新增「我的贴纸墙」接口 | ||
- 新增「你可能想搜的内容」接口 | ||
- 新增「你可能想搜的内容」接口 | ||
- 新增查询单集播放进度接口 | ||
- 新增查询单集评论接口 | ||
- 新增查询评论回复接口 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,9 @@ $ go run . -d | |
13. 相关节目推荐 | ||
14. 查询我的贴纸 | ||
15. 展示我的贴纸墙 | ||
16. 查询单集播放进度 | ||
17. 查询单集评论 | ||
18. 查询评论回复 | ||
|
||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package constant | ||
|
||
var Version = "1.1.0" | ||
var Version = "1.2.0" |
This file contains 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