mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-09 23:22:27 +08:00
rebase release-2.0
This commit is contained in:
10
openplatform/context/context.go
Normal file
10
openplatform/context/context.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package context
|
||||
|
||||
import (
|
||||
"github.com/silenceper/wechat/v2/openplatform/config"
|
||||
)
|
||||
|
||||
// Context struct
|
||||
type Context struct {
|
||||
*config.Config
|
||||
}
|
||||
Reference in New Issue
Block a user