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

@@ -8,7 +8,7 @@ import (
"git.lxtend.com/qqbot/sqlite3"
)
func getSSID(qqId string) (ssId string, err error) {
func GetSSID(qqId string) (ssId string, err error) {
db := sqlite3.GetDB() // 假设 sqlite3.GetDB() 返回 *sqlx.DB
if err != nil {