Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

密码登录的SignServer校验问题 #25

Open
easy-bot opened this issue Aug 3, 2023 · 1 comment
Open

密码登录的SignServer校验问题 #25

easy-bot opened this issue Aug 3, 2023 · 1 comment

Comments

@easy-bot
Copy link

easy-bot commented Aug 3, 2023

版本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 不支持该协议”的分支内。

@2mf8
Copy link
Contributor

2mf8 commented Aug 3, 2023

选择AndroidPhone协议登录

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants