NeteaseCloudMusicApiWithGo icon indicating copy to clipboard operation
NeteaseCloudMusicApiWithGo copied to clipboard

网易云音乐api golang实现

Results 4 NeteaseCloudMusicApiWithGo issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.0 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190701094942-4def268fd1a4 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20190701094942-4def268fd1a4&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

二次开发,根据网易云音乐 NodeJS 版 API照抄了一遍, ```go // LoginQrKeyService 二维码 type LoginQrKeyService struct{} // LoginQrkey 二维码 // @receiver service // @param c // @return map func (service *LoginQrKeyService) LoginQrkey(c *gin.Context) map[string]interface{} {...

调用/login接口登陆后,后续调用账户信息等端口均返回301