The highest tagged major version is
v3 .
Discover Packages
github.com/ArtisanCloud/PowerWeChat/v2
src
officialAccount
menu
request
package
Version:
v2.0.1-beta34
Opens a new window with list of versions in this module.
Published: Jul 19, 2022
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
Documentation
¶
type Button struct {
Type string `json:"type,omitempty"`
Name string `json:"name"`
Key string `json:"key,omitempty"`
SubButtons []SubButton `json:"sub_button,omitempty"`
}
type RequestMatchRule struct {
TagID string `json:"tag_id"`
Sex string `json:"sex"`
Country string `json:"country"`
Province string `json:"province"`
City string `json:"city"`
ClientPlatformType string `json:"client_platform_type"`
Language string `json:"language"`
}
type RequestMenuCreate struct {
}
type SubButton struct {
Type string `json:"type"`
Name string `json:"name"`
URL string `json:"url,omitempty"`
AppID string `json:"appid,omitempty"`
PagePath string `json:"pagepath,omitempty"`
Key string `json:"key,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.