mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-09 15:12:26 +08:00
开放平台基本框架
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/openplatform/config"
|
||||
)
|
||||
|
||||
// Context struct
|
||||
type Context struct {
|
||||
*config.Config
|
||||
}
|
||||
Reference in New Issue
Block a user