entity

package
v0.2.38 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetProfileResult

type GetProfileResult struct {
	commonentity.Result
	Response GetProfileResultResponse `json:"response"`
}

GetProfileResult

func (GetProfileResult) String

func (g GetProfileResult) String() string

String

type GetProfileResultResponse

type GetProfileResultResponse struct {
	Description string `json:"description"`
	ShopName    string `json:"shop_name"`
}

GetProfileResultResponse

func (GetProfileResultResponse) String

func (g GetProfileResultResponse) String() string

String

type GetShopInfoResult

type GetShopInfoResult struct {
	ShopName     string               `json:"shop_name"`
	Region       string               `json:"region"`
	Status       string               `json:"status"`
	SipAffiShops []SipAffiShopsEntity `json:"sip_affi_shops"`
	IsCb         bool                 `json:"is_cb"`
	IsCnsc       bool                 `json:"is_cnsc"`
	commonentity.Result
	AuthTime   int `json:"auth_time"`
	ExpireTime int `json:"expire_time"`
}

GetShopInfoResult

func (GetShopInfoResult) String

func (g GetShopInfoResult) String() string

String

type SipAffiShopsEntity

type SipAffiShopsEntity struct {
	AffiShopID int64  `json:"affi_shop_id"`
	Region     string `json:"region"`
}

SipAffiShopsEntity

func (SipAffiShopsEntity) String

func (g SipAffiShopsEntity) String() string

String

type UpdateProfileResult

type UpdateProfileResult struct {
	commonentity.Result
	Response UpdateProfileResultResponse `json:"response"`
}

UpdateProfileResult

func (UpdateProfileResult) String

func (g UpdateProfileResult) String() string

String

type UpdateProfileResultResponse

type UpdateProfileResultResponse struct {
	Description string `json:"description"`
	ShopName    string `json:"shop_name"`
}

UpdateProfileResultResponse

func (UpdateProfileResultResponse) String

String

Jump to

Keyboard shortcuts

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