-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
版本0.3.0
1.密码创建账号的SignServer无法通过校验,具体的部分是在pkg/bot/bot.go 第73行
func Login(cli *client.QQClient) (bool, error) {
cli.AllowSlider = true
if GTL.ClientProtocol == 1 && GTL.SignServer != "" {
wrapper.DandelionEnergy = Energy
wrapper.FekitGetSign = Sign
} else if GTL.SignServer != "" {
fmt.Println("SignServer 不支持该协议")
}
我填的是我自己搭建的内网SignServer,框架为unidbg-fetch-qsign,内容为http://192.168.49.162:18901,但是不管怎么换协议,都会进入“SignServer 不支持该协议”的分支内。
Metadata
Metadata
Assignees
Labels
No labels