Files

8 lines
119 B
Go
Raw Permalink Normal View History

2026-02-17 13:06:23 +08:00
package wxface
// IWXLongRequest 微信请求
type IWXLongRequest interface {
GetOpcode() uint32
GetData() []byte
}