package response import ( "gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain" ) type AlibabaWdkMerchantItemQueryResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.AlibabaWdkMerchantItemQueryResult `json:"result,omitempty" ` }