This commit is contained in:
Zheng Kai
2023-04-27 16:02:58 +08:00
parent 92b017d0e1
commit 894b62bf29
10 changed files with 101 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ func (x *Req) Hash() [16]byte {
io.WriteString(m, x.Method)
m.Write([]byte{0x00})
io.WriteString(m, x.Method)
io.WriteString(m, x.Url)
m.Write([]byte{0x00})
m.Write(x.Body)