response

package
v3.2.16 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category

type Category struct {
	FirstClass  string `json:"first_class"`
	SecondClass string `json:"second_class"`
	FirstId     int    `json:"first_id"`
	SecondId    int    `json:"second_id"`
}

type Draft

type Draft struct {
	CreateTime  int    `json:"create_time"`
	UserVersion string `json:"user_version"`
	UserDesc    string `json:"user_desc"`
	DraftId     int    `json:"draft_id"`
}

type ResponseGetDrafts

type ResponseGetDrafts struct {
	response.ResponseOpenPlatform

	DraftList []*Draft `json:"draft_list"`
}

type ResponseList

type ResponseList struct {
	response.ResponseOpenPlatform

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

type Template

type Template struct {
	CreateTime             int         `json:"create_time"`
	UserVersion            string      `json:"user_version"`
	UserDesc               string      `json:"user_desc"`
	TemplateId             int         `json:"template_id"`
	SourceMiniProgramAppID string      `json:"source_miniprogram_appid"`
	SourceMiniProgram      string      `json:"source_miniprogram"`
	Developer              string      `json:"developer"`
	TemplateType           int         `json:"template_type"`
	CategoryList           []*Category `json:"category_list"`
	AuditScene             int         `json:"audit_scene,omitempty"`
	AuditStatus            int         `json:"audit_status,omitempty"`
	Reason                 string      `json:"reason,omitempty"`
}

Jump to

Keyboard shortcuts

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