refactor: 重构ss输出,重构url解析
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user