优化payload

This commit is contained in:
bjdgyc
2021-07-30 10:53:43 +08:00
parent 583ca4d635
commit 60084d499a
11 changed files with 108 additions and 80 deletions

View File

@@ -10,7 +10,7 @@ const (
type Payload struct {
LType LType // LinkType
PType byte // payload types
Data *[]byte
Data []byte
}
/*