refactor: 重构ss输出,重构url解析

This commit is contained in:
lixiangwuxian
2024-10-17 01:51:00 +08:00
parent 48891fbd0a
commit d4b8e7c11f
9 changed files with 241 additions and 78 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func GetSSPicture(qqId string) (outputImgName string) {
ssId, err := getSSID(qqId)
ssId, err := GetSSID(qqId)
if err != nil {
return ""
}