Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateScheme ¶
func GenerateScheme(clt *core.Client, params WxaGenerateSchemeParams) (openlink string, err error)
generatescheme 创建临时二维码.
sceneId: 场景值ID, 为32位非0整型 expireSeconds: 二维码有效时间, 以秒为单位
Types ¶
type WxaGenerateSchemeParams ¶
type WxaGenerateSchemeParams struct { JumpWxa WxaJumpWxa `json:"jump_wxa"` ExpireType int `json:"expire_type"` ExpireTime int `json:"expire_time"` ExpireInterval int `json:"expire_interval"` }
type WxaJumpWxa ¶
Click to show internal directories.
Click to hide internal directories.