format

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2021 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 ExpressListFormat

type ExpressListFormat struct {
	Name string `json:"name"`
	Code string `json:"code"`
	Icon string `json:"icon"`
	Tel  string `json:"tel"`
}

type ExpressSearchFormat

type ExpressSearchFormat struct {
	State   string          `json:"state"`
	Context []KDContextItem `json:"context"`
}

type KDContextItem added in v1.0.3

type KDContextItem struct {
	TimeStr string `json:"time_str"`
	Time    int    `json:"time"`
	Desc    string `json:"desc"`
}

type KDFormat added in v1.0.3

type KDFormat struct {
	Status int   `json:"status"`
	Msg    KDMsg `json:"msg"`
}

type KDMsg added in v1.0.3

type KDMsg struct {
	Context     []KDContextItem `json:"context"`
	State       string          `json:"state"`
	Com         string          `json:"com"`
	Status      string          `json:"status"`
	SupportFrom string          `json:"support_from"`
}

type LoginSuccessFormat

type LoginSuccessFormat struct {
	Token  string `json:"token"`
	Expire string `json:"expire"`
}

type RecentSearchFormat

type RecentSearchFormat struct {
	Name         string `json:"name"`
	Code         string `json:"code"`
	Icon         string `json:"icon"`
	Tel          string `json:"tel"`
	LogisticCode string `json:"logistic_code"`
}

type WechatAuthInfoFormat added in v1.0.1

type WechatAuthInfoFormat struct {
	Openid     string `json:"openid"`
	SessionKey string `json:"session_key"`
	Unionid    string `json:"unionid"`
	Errcode    int    `json:"errcode"`
	Errmsg     string `json:"errmsg"`
}

Jump to

Keyboard shortcuts

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