package pay import ( "github.com/yaotian/gowechat/server/context" ) //Pay pay type Pay struct { *context.Context }