package
Version:
v3.2.48
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type AutoReply struct {
Content string `json:"content"`
MsgType string `json:"msgtype"`
}
type BlackKeyword struct {
Values []string `json:"values"`
}
type Buyer struct {
OpenID string `json:"openid"`
BuyerNickname string `json:"buyer_nickname"`
}
type BuyerList struct {
GuideAccount string `json:"guide_account"`
BuyerList []Buyer `json:"buyer_list"`
}
type FastReply struct {
Content string `json:"content"`
}
type FastReplyList struct {
GuideFastReplyList []*FastReply `json:"guide_fast_reply_list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.