model

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dh3t

type Dh3t struct {
	Account  string   `json:"account"`  // 账号
	Password string   `json:"password"` // 密码
	Phones   string   `json:"phones"`   // 手机
	Template Template `json:"template"` // 模版
}

Dh3t message Dh3t structure

type Dh3tTemplateContent

type Dh3tTemplateContent struct {
	Name  string `json:"name"`  //模版占位符
	Value string `json:"value"` //替换值
}

Dh3tTemplateContent message Dh3tTemplateContent structure

type Template

type Template struct {
	Id        string                `json:"id"`        //模版ID
	Variables []Dh3tTemplateContent `json:"variables"` //内容
}

Template message Template structure

Jump to

Keyboard shortcuts

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