Versions in this module Expand all Collapse all v2 v2.0.3 Jul 8, 2020 v2.0.2 Jul 8, 2020 Changes in this version + func ShowQRCode(tk *Ticket) string + type Basic struct + func NewBasic(context *context.Context) *Basic + func (basic *Basic) ClearQuota() error + func (basic *Basic) GetAPIDomainIP() ([]string, error) + func (basic *Basic) GetCallbackIP() ([]string, error) + func (basic *Basic) GetQRTicket(tq *Request) (t *Ticket, err error) + type IPListRes struct + IPList []string + type Request struct + ActionInfo struct{ ... } + ActionName string + ExpireSeconds int64 + func NewLimitQrRequest(scene interface{}) *Request + func NewTmpQrRequest(exp time.Duration, scene interface{}) *Request + type Ticket struct + ExpireSeconds int64 + Ticket string + URL string