Skip to content

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

@easy-bot

Description

@easy-bot

版本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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions