MCPcopy Create free account

hub / github.com/chanxuehong/wechat / types & classes

Types & classes332 in github.com/chanxuehong/wechat

↓ 8 callersFuncTypeHandlerFunc
func(*Context)
mp/core/handler.go:19
↓ 3 callersTypeAliasEventType
mp/core/mixed_msg.go:5
↓ 3 callersTypeAliasMsgType
mp/core/mixed_msg.go:4
↓ 2 callersFuncTypeHandlerFunc
func(*Context)
mch/core/handler.go:60
↓ 1 callersFuncTypeErrorHandlerFunc
func(http.ResponseWriter, *http.Request, error)
mp/core/error_handler.go:15
↓ 1 callersFuncTypeErrorHandlerFunc
func(http.ResponseWriter, *http.Request, error)
mch/core/error_handler.go:16
StructAbstract
mp/card/advanced_info_struct.go:18
InterfaceAccessTokenServer
access_token 中控服务器接口.
mp/core/access_token_server.go:19
StructActivateParameters
mp/card/membercard/activate.go:7
StructAddParameters
mp/poi/add.go:11
StructAddParameters
mp/bizwifi/device/add.go:7
StructAddParameters
mp/shakearound/page/add.go:7
StructAdvancedInfo
mp/card/advanced_info_struct.go:3
StructAnnualRenewEvent
年审通知事件
mp/account/event.go:85
StructApplyIdParameters
mp/shakearound/device/applyid.go:7
StructApplyIdResult
mp/shakearound/device/applyid.go:14
StructApplyStatus
mp/shakearound/device/applystatus.go:7
StructAroundBeacon
和 github.com/chanxuehong/wechat/mp/core.MixedMsg.AroundBeacon 一样, 同步修改
mp/shakearound/event.go:33
StructArticle
mp/media/news.go:7
StructArticle
mp/menu/menu_info.go:51
StructArticle
mp/material/news.go:9
StructArticle
图文消息里的 Article
mp/message/custom/msg.go:189
StructArticle
图文消息里的 Article
mp/message/callback/response/msg.go:138
StructArticleBaseData
mp/datacube/article.go:9
StructArticleSummaryData
图文群发每日数据
mp/datacube/article.go:21
StructArticleTotalData
图文群发总数据
mp/datacube/article.go:59
StructAuditStatus
mp/shakearound/account/account.go:32
StructAuthCodeToOpenIdRequest
mch/tools/authcodetoopenid.go:13
StructAuthCodeToOpenIdResponse
mch/tools/authcodetoopenid.go:24
StructBatchGetNewsResult
mp/material/news.go:93
StructBatchGetQuery
mp/card/card.go:59
StructBatchGetResult
mp/card/card.go:65
StructBatchGetResult
mp/material/material.go:56
StructBeaconInfo
mp/shakearound/user/getshakeinfo.go:7
StructBindPageParameters
mp/shakearound/device/bindpage.go:7
StructBizError
业务错误, result_code 不为 SUCCESS 时有返回.
mch/core/error.go:35
StructBizUinData
卡券概况数据
mp/datacube/card/getcardbizuininfo.go:8
StructBoardingPass
飞机票
mp/card/card_struct.go:133
StructButton
mp/menu/menu.go:49
StructButtonEx
mp/menu/menu_info.go:34
StructCard
卡券数据结构
mp/card/card_struct.go:18
StructCardBaseInfo
基本的卡券数据, 所有卡券通用
mp/card/base_info_struct.go:29
StructCardData
免费券数据
mp/datacube/card/getcardcardinfo.go:8
StructCardItem
某一张特定卡券的信息
mp/card/code/code.go:10
StructCardItemIdentifier
某一张特定卡券的标识
mp/card/code/code.go:4
StructCardNotPassCheckEvent
卡券未通过审核, 微信会把这个事件推送到开发者填写的URL
mp/card/event.go:41
StructCardPassCheckEvent
卡券通过审核, 微信会把这个事件推送到开发者填写的URL
mp/card/event.go:24
StructCardSkuRemindEvent
库存报警事件
mp/card/event.go:208
InterfaceCardTicketServer
卡劵 api_ticket 中控服务器接口.
mp/jssdk/card_ticket_server.go:15
StructCash
代金券
mp/card/card_struct.go:48
StructCheckinParameters
mp/card/boardingpass/checkin.go:7
StructChosenBeacon
和 github.com/chanxuehong/wechat/mp/core.MixedMsg.ChosenBeacon 一样, 同步修改
mp/shakearound/event.go:25
StructClickEvent
CLICK: 点击菜单拉取消息时的事件推送
mp/menu/event.go:22
StructClient
oauth2/client.go:10
StructClient
mp/core/client.go:16
StructClient
mch/core/client.go:19
StructCloseOrderRequest
mch/pay/closeorder.go:13
StructColor
mp/card/color.go:7
StructContext
Context 是 Handler 处理消息(事件)的上下文环境. 非并发安全!
mp/core/context.go:21
StructContext
Context 是 Handler 处理消息(事件)的上下文环境. 非并发安全!
mch/core/context.go:15
StructCreateParameters
mp/card/qrcode/create.go:13
StructCustomField
mp/card/membercard/userinfo/get.go:8
StructCustomService
mp/message/custom/msg.go:25
StructDataItem
模版内某个 .DATA 的值
mp/message/template/send.go:31
StructDateInfo
mp/card/base_info_struct.go:66
StructDefaultAccessTokenServer
DefaultAccessTokenServer 实现了 AccessTokenServer 接口. NOTE: 1. 用于单进程环境. 2. 因为 DefaultAccessTokenServer 同时也是一个简单的中控服务器, 而不是仅仅实现 AccessTokenServer 接口,
mp/core/access_token_server.go:33
StructDefaultCardTicketServer
DefaultCardTicketServer 实现了 CardTicketServer 接口. NOTE: 1. 用于单进程环境. 2. 因为 DefaultCardTicketServer 同时也是一个简单的中控服务器, 而不是仅仅实现 CardTicketServer 接口,
mp/jssdk/card_ticket_server.go:29
StructDefaultTicketServer
DefaultTicketServer 实现了 TicketServer 接口. NOTE: 1. 用于单进程环境. 2. 因为 DefaultTicketServer 同时也是一个简单的中控服务器, 而不是仅仅实现 TicketServer 接口, 所以整个系统只能存在一个 Def
mp/jssdk/ticket_server.go:29
StructDevice
mp/bizwifi/device/list.go:39
StructDevice
mp/shakearound/device/search.go:55
StructDeviceBase
mp/shakearound/device/search.go:48
StructDeviceIdentifier
设备标识
mp/shakearound/device/update.go:9
StructDeviceIterator
DeviceIterator iter, err := NewDeviceIterator(*core.Client, *SearchQuery) if err != nil { // TODO: 增加你的代码 } for iter.HasNext() { items
mp/bizwifi/device/list.go:81
StructDeviceIterator
DeviceIterator iter, err := NewDeviceIterator(*core.Client, *SearchQuery) if err != nil { // TODO: 增加你的代码 } for iter.HasNext() { items
mp/shakearound/device/search.go:99
StructDeviceListResult
mp/shakearound/statistics/devicelist.go:9
StructDeviceStatistics
mp/shakearound/statistics/statistics.go:15
StructDeviceStatisticsIterator
DeviceStatisticsIterator iter, err := NewDeviceStatisticsIterator(clt, date, pageIndex) if err != nil { // TODO: 增加你的代码 } for iter.HasNext(
mp/shakearound/statistics/devicelist.go:69
StructDiscount
折扣券
mp/card/card_struct.go:56
StructDownloadBillRequest
mch/pay/downloadbill.go:21
InterfaceEndpoint
oauth2/oauth2.go:7
StructEndpoint
Endpoint 实现了 github.com/chanxuehong/wechat/oauth2.Endpoint 接口.
mp/oauth2/endpoint.go:12
StructEndpoint
Endpoint 实现了 wechat.v2/oauth2.Endpoint 接口.
mp/oauth2/component/endpoint.go:13
TypeAliasEndpoint
open/oauth2/endpoint.go:10
StructError
oauth2/error.go:11
StructError
mp/core/error.go:24
StructError
协议错误, return_code 不为 SUCCESS 时有返回.
mch/core/error.go:18
InterfaceErrorHandler
mp/core/error_handler.go:9
InterfaceErrorHandler
mch/core/error_handler.go:9
StructGeneralCoupon
优惠券
mp/card/card_struct.go:34
StructGetRequest
mp/dkf/record/record.go:18
StructGetResult
获取用户列表返回的数据结构
mp/user/tag/tag.go:14
StructGift
礼品券
mp/card/card_struct.go:63
StructGiftCardPayDoneEvent
用户购买礼品卡付款成功
mp/card/event.go:227
StructGiftCardUserAcceptEvent
用户领取礼品卡成功
mp/card/event.go:246
StructGroup
mp/user/group/group.go:8
StructGroupon
团购券
mp/card/card_struct.go:41
InterfaceHandler
mp/core/handler.go:11
InterfaceHandler
mch/core/handler.go:3
TypeAliasHandlerChain
mp/core/handler.go:9
TypeAliasHandlerChain
mch/core/handler.go:13
next →1–100 of 332, ranked by callers