package response import ( "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain" ) type AlibabaWdkChannelCommentCreateResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* θΏ”ε›žη»“ζžœ */ ApiResult domain.AlibabaWdkChannelCommentCreateApiResult `json:"api_result,omitempty" ` }