refactor: 重构ss输出,重构url解析
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func GetSSPicture(qqId string) (outputImgName string) {
|
||||
ssId, err := getSSID(qqId)
|
||||
ssId, err := GetSSID(qqId)
|
||||
if err != nil {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user