response

package
v3.0.0-...-7300911 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Industry

type Industry struct {
	FirstClass  string `json:"first_class"`
	SecondClass string `json:"second_class"`
}

type ResponseTemplate

type ResponseTemplate struct {
	response.ResponseOfficialAccount

	TemplateId string `json:"template_id"`
}

type ResponseTemplateGetPrivate

type ResponseTemplateGetPrivate struct {
	response.ResponseOfficialAccount

	TemplateList []*Template `json:"template_list"`
}

type ResponseTemplateIndustry

type ResponseTemplateIndustry struct {
	response.ResponseOfficialAccount

	PrimaryIndustry   *Industry `json:"primary_industry"`
	SecondaryIndustry *Industry `json:"secondary_industry"`
}

type ResponseTemplateSend

type ResponseTemplateSend struct {
	response.ResponseOfficialAccount

	MsgID int `json:"msgid"`
}

type Template

type Template struct {
	TemplateID      string `json:"template_id"`
	Title           string `json:"title"`
	PrimaryIndustry string `json:"primary_industry"`
	DeputyIndustry  string `json:"deputy_industry"`
	Content         string `json:"content"`
	Example         string `json:"example"`
}

Jump to

Keyboard shortcuts

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