1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivityCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingBuygiftActivityCreateOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivityDeleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingBuygiftActivityDeleteOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivityQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
买赠活动查询结果
|
||||
*/
|
||||
Data domain.AlibabaRetailMarketingBuygiftActivityQueryBuyGiftPromotionActivityDTO `json:"data,omitempty" `
|
||||
/*
|
||||
成功标识
|
||||
*/
|
||||
Succeed bool `json:"succeed,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ErrMessage string `json:"err_message,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ErrNumber string `json:"err_number,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivitySaveResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingBuygiftActivitySaveOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivitySkuAddResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingBuygiftActivitySkuAddOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivitySkuDeleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingBuygiftActivitySkuDeleteOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftActivityUpdateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingBuygiftActivityUpdateOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingBuygiftSkuQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
买赠商品查询结果
|
||||
*/
|
||||
Data []domain.AlibabaRetailMarketingBuygiftSkuQueryBuyGiftActivitySkuDTO `json:"data,omitempty" `
|
||||
/*
|
||||
成功标识
|
||||
*/
|
||||
Succeed bool `json:"succeed,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ErrMessage string `json:"err_message,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ErrNumber string `json:"err_number,omitempty" `
|
||||
/*
|
||||
分页信息
|
||||
*/
|
||||
PageInfo domain.AlibabaRetailMarketingBuygiftSkuQueryPageInfoDTO `json:"page_info,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivityCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItemdiscountActivityCreateOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivityDeleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItemdiscountActivityDeleteOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivityQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
响应体
|
||||
*/
|
||||
Data domain.AlibabaRetailMarketingItemdiscountActivityQueryItemDiscountPromotionActivityDTO `json:"data,omitempty" `
|
||||
/*
|
||||
成功标识
|
||||
*/
|
||||
Succeed bool `json:"succeed,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ErrMessage string `json:"err_message,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ErrNumber string `json:"err_number,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivitySaveResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItemdiscountActivitySaveOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivitySkuAddResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItemdiscountActivitySkuAddOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivitySkuDeleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItemdiscountActivitySkuDeleteOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
package response
|
||||
|
||||
import "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountActivityUpdateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItemdiscountActivityUpdateOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItemdiscountSkuQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
响应体
|
||||
*/
|
||||
Data []domain.AlibabaRetailMarketingItemdiscountSkuQuerySkuActivityElementDTO `json:"data,omitempty" `
|
||||
/*
|
||||
成功标识
|
||||
*/
|
||||
Succeed bool `json:"succeed,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ErrMessage string `json:"err_message,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ErrNumber string `json:"err_number,omitempty" `
|
||||
/*
|
||||
分页信息
|
||||
*/
|
||||
PageInfo domain.AlibabaRetailMarketingItemdiscountSkuQueryPageInfoDTO `json:"page_info,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivityCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItempoolActivityCreateOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivityDeleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItempoolActivityDeleteOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivityQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
响应体
|
||||
*/
|
||||
Data domain.AlibabaRetailMarketingItempoolActivityQueryItemPoolPromotionActivityDTO `json:"data,omitempty" `
|
||||
/*
|
||||
成功标识
|
||||
*/
|
||||
Succeed bool `json:"succeed,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ErrMessage string `json:"err_message,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ErrNumber string `json:"err_number,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivitySaveResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItempoolActivitySaveOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivitySkuAddResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItempoolActivitySkuAddOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivitySkuDeleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItempoolActivitySkuDeleteOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolActivityUpdateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
操作结果
|
||||
*/
|
||||
Result domain.AlibabaRetailMarketingItempoolActivityUpdateOctopusOpenResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability2770/domain"
|
||||
)
|
||||
|
||||
type AlibabaRetailMarketingItempoolSkuQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
响应体
|
||||
*/
|
||||
Data []domain.AlibabaRetailMarketingItempoolSkuQueryItemPoolSkuActivityElementDTO `json:"data,omitempty" `
|
||||
/*
|
||||
成功标识
|
||||
*/
|
||||
Succeed bool `json:"succeed,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ErrMessage string `json:"err_message,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ErrNumber string `json:"err_number,omitempty" `
|
||||
/*
|
||||
分页信息
|
||||
*/
|
||||
PageInfo domain.AlibabaRetailMarketingItempoolSkuQueryPageInfoDTO `json:"page_info,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user