Files
baseapi/platformapi/tao_vegetable/sdk/ability591/response/AlibabaWdkChannelCommentCreateResponse.go
2025-11-20 14:27:08 +08:00

24 lines
394 B
Go

package response
import (
"gitrosy.jxc4.com/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" `
}