Chat Message support Encode now,fix

This commit is contained in:
Tnze
2019-07-24 03:10:23 +08:00
parent a91caff32f
commit 020b07fef0

View File

@ -55,7 +55,7 @@ func (m Message) Encode() []byte {
if err != nil {
panic(err)
}
return code
return pk.String(code).Encode()
}
var fmtCode = map[byte]string{