Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaobaoTbkDgMaterialTemporaryOptionalResponse ¶
type TaobaoTbkDgMaterialTemporaryOptionalResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 搜索到符合条件的结果总数 */ TotalResults int64 `json:"total_results,omitempty" ` /* resultList */ ResultList []domain.TaobaoTbkDgMaterialTemporaryOptionalMapData `json:"result_list,omitempty" ` /* 本地化-lbs分页标识,请在下一次翻页时作为入参传入 */ PageResultKey string `json:"page_result_key,omitempty" ` }
type TaobaoTbkShopGetResponse ¶
type TaobaoTbkShopGetResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 淘宝客店铺 */ Results []domain.TaobaoTbkShopGetNTbkShop `json:"results,omitempty" ` /* 搜索到符合条件的结果总数 */ TotalResults int64 `json:"total_results,omitempty" ` }
Click to show internal directories.
Click to hide internal directories.