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
type GetProfileResultResponse ¶
type GetProfileResultResponse struct { ShopLogo string `json:"shop_logo"` Description string `json:"description"` ShopName string `json:"shop_name"` }
GetProfileResultResponse
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
type SipAffiShopsEntity ¶
type SipAffiShopsEntity struct { AffiShopID int64 `json:"affi_shop_id"` Region string `json:"region"` }
SipAffiShopsEntity
type UpdateProfileResult ¶
type UpdateProfileResult struct { commonentity.Result Response UpdateProfileResultResponse `json:"response"` }
UpdateProfileResult
type UpdateProfileResultResponse ¶
type UpdateProfileResultResponse struct { ShopLogo string `json:"shop_logo"` Description string `json:"description"` ShopName string `json:"shop_name"` }
UpdateProfileResultResponse
func (UpdateProfileResultResponse) String ¶
func (g UpdateProfileResultResponse) String() string
String
Click to show internal directories.
Click to hide internal directories.