topsdk/defaultability/response/TaobaoUnideskRtaReportAsync...

11 lines
220 B
Go

package response
import "git.sunqdl.cn/fgqj/topsdk/defaultability/domain"
type TaobaoUnideskRtaReportAsynctaskResultGetResponse struct {
/*
任务信息
*/
Result domain.AsyncTaskResultGetTopDTO `json:"result"`
}