request

package
v2.0.40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestMenuSet

type RequestMenuSet struct {
	Button []RequestMenuSetButton `json:"button"`
}

type RequestMenuSetButton

type RequestMenuSetButton struct {
	Type      string                 `json:"type"`
	Name      string                 `json:"name"`
	Key       string                 `json:"key,omitempty"`      // 用于普通点击菜单
	PagePath  string                 `json:"pagepath,omitempty"` // 小程序菜单
	AppID     string                 `json:"appid,omitempty"`    // 小程序appid
	Url       string                 `json:"url,omitempty"`      // 网页链接,成员点击菜单可打开链接
	SubButton []RequestMenuSetButton `json:"sub_button"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL