🎨 改进代码样式

This commit is contained in:
github-actions[bot]
2021-08-07 03:04:53 +00:00
parent a745f424ad
commit 7d5d74eb62
4 changed files with 2 additions and 5 deletions

View File

@@ -106,7 +106,6 @@ func fansData(groupID int64) {
// 请求api
func fansapi(uid string) *follower {
url := "https://api.vtbs.moe/v1/detail/" + uid
resp, err := http.Get(url)
if err != nil {