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 ResponseKFSessionGet

type ResponseKFSessionGet struct {
	*response.ResponseOfficialAccount

	CreateTime int    `json:"createtime"`
	KfAccount  string `json:"kf_account"`
}

type ResponseKFSessionList

type ResponseKFSessionList struct {
	*response.ResponseOfficialAccount

	Sessionlist []*Session `json:"sessionlist"`
}

type ResponseKFSessionWaitCaseList

type ResponseKFSessionWaitCaseList struct {
	*response.ResponseOfficialAccount

	Count        int         `json:"count"`
	WaitCaseList []*WaitCase `json:"waitcaselist"`
}

type Session

type Session struct {
	CreateTime int    `json:"createtime"`
	OpenID     string `json:"openid"`
}

type WaitCase

type WaitCase struct {
	LatestTime int    `json:"latest_time"`
	Openid     string `json:"openid"`
}

Jump to

Keyboard shortcuts

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