Skip to content

Commit

Permalink
fix: 修复多个sign无法签名的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmomn committed Jul 24, 2024
1 parent 7e3ce88 commit b575ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ func (c *QQClient) uniPacket(command string, body []byte) (uint32, []byte) {
for _, signProvider := range c.signProvider {
if sign = signProvider(command, seq, body); sign == nil {
continue
} else {
break
}
}

Expand Down

0 comments on commit b575ba0

Please sign in to comment.