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 GetMerchantInfoResult

type GetMerchantInfoResult struct {
	commonentity.Result
	MerchantName string `json:"merchant_name"`
	IsCnsc       bool   `json:"is_cnsc"`
	AuthTime     int    `json:"auth_time"`
	ExpireTime   int    `json:"expire_time"`
}

GetMerchantInfoResult

func (GetMerchantInfoResult) String

func (g GetMerchantInfoResult) String() string

String

type GetShopListByMerchantResult

type GetShopListByMerchantResult struct {
	commonentity.Result
	ShopList []ShopEntity `json:"shop_list"`
	IsCnsc   bool         `json:"is_cnsc"`
	More     bool         `json:"more"`
}

GetShopListByMerchantResult

func (GetShopListByMerchantResult) String

String

type ShopEntity

type ShopEntity struct {
	ShopID int64 `json:"shop_id"`
}

ShopEntity

func (ShopEntity) String

func (g ShopEntity) String() string

String

Jump to

Keyboard shortcuts

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