response

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: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseCardCreate

type ResponseCardCreate struct {
	*response.ResponseOfficialAccount

	CardID string `json:"card_id"`
}

type ResponseCardGet

type ResponseCardGet struct {
	*response.ResponseOfficialAccount

	Card request.Card `json:"card"`
}

type ResponseCardList

type ResponseCardList struct {
	*response.ResponseOfficialAccount

	CardIDList []string `json:"card_id_list"`
	TotalNum   int      `json:"total_num"`
}

type ResponseCardUpdate

type ResponseCardUpdate struct {
	*response.ResponseOfficialAccount

	SendCheck bool `json:"send_check"`
}

type ResponseCreateQrCode

type ResponseCreateQrCode struct {
	response.ResponseOfficialAccount

	Ticket        string `json:"ticket"`
	ExpireSeconds int    `json:"expire_seconds"`
	URL           string `json:"url"`
	ShowQrcodeURL string `json:"show_qrcode_url"`
}

Jump to

Keyboard shortcuts

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