Files
baseapi/platformapi/tao_vegetable/sdk/defaultability/response/TaobaoKfcKeywordSearchResponse.go
2025-11-21 09:09:09 +08:00

24 lines
419 B
Go

package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/defaultability/domain"
)
type TaobaoKfcKeywordSearchResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
KFC 关键词过滤匹配结果
*/
KfcSearchResult domain.TaobaoKfcKeywordSearchKfcSearchResult `json:"kfc_search_result,omitempty" `
}