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
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 ¶
func (g GetShopListByMerchantResult) String() string
String
Click to show internal directories.
Click to hide internal directories.