topsdk/defaultability/response/TaobaoUnideskRtaReportAsync...

11 lines
205 B
Go

package response
import "git.sunqdl.cn/fgqj/topsdk/defaultability/domain"
type TaobaoUnideskRtaReportAsynctaskAddResponse struct {
/*
返回结果
*/
Result domain.AsyncTaskTopDTO `json:"result"`
}