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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KF

type KF struct {
	KFAccount        string `json:"kf_account"`
	KFHeadImgURL     string `json:"kf_headimgurl"`
	KFID             int    `json:"kf_id"`
	KFNick           string `json:"kf_nick"`
	KFWx             string `json:"kf_wx,omitempty"`
	InviteWx         string `json:"invite_wx,omitempty"`
	InviteExpireTime int    `json:"invite_expire_time,omitempty"`
	InviteStatus     string `json:"invite_status,omitempty"`
}

type KFOnline

type KFOnline struct {
	KFAccount    string `json:"kf_account"`
	Status       int    `json:"status"`
	KFID         string `json:"kf_id"`
	AcceptedCase int    `json:"accepted_case"`
}

type Record

type Record struct {
	OpenID   string `json:"openid"`
	OperCode int    `json:"opercode"`
	Text     string `json:"text"`
	Time     int    `json:"time"`
	Worker   string `json:"worker"`
}

type ResponseKFOnlineList

type ResponseKFOnlineList struct {
	*response.ResponseOfficialAccount

	KfOnlineList []*KFOnline `json:"kf_online_list"`
}

type ResponseList

type ResponseList struct {
	*response.ResponseOfficialAccount

	KFList []*KF `json:"kf_list"`
}

type ResponseMessages

type ResponseMessages struct {
	*response.ResponseOfficialAccount

	RecordList []*Record `json:"recordlist"`
	Number     int       `json:"number"`
	MsgID      int       `json:"msgid"`
}

Jump to

Keyboard shortcuts

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