first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package wxface
|
||||
|
||||
// IWXLongRequest 微信请求
|
||||
type IWXLongRequest interface {
|
||||
GetOpcode() uint32
|
||||
GetData() []byte
|
||||
}
|
||||
Reference in New Issue
Block a user