1
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivitySkuAddRequest struct {
|
type AlibabaRetailMarketingItempoolActivitySkuAddRequest struct {
|
||||||
/*
|
/*
|
||||||
@@ -18,7 +18,7 @@ func (s *AlibabaRetailMarketingItempoolActivitySkuAddRequest) SetParam(v domain.
|
|||||||
|
|
||||||
func (req *AlibabaRetailMarketingItempoolActivitySkuAddRequest) ToMap() map[string]interface{} {
|
func (req *AlibabaRetailMarketingItempoolActivitySkuAddRequest) ToMap() map[string]interface{} {
|
||||||
paramMap := make(map[string]interface{})
|
paramMap := make(map[string]interface{})
|
||||||
if(req.Param != nil) {
|
if req.Param != nil {
|
||||||
paramMap["param"] = util.ConvertStruct(*req.Param)
|
paramMap["param"] = util.ConvertStruct(*req.Param)
|
||||||
}
|
}
|
||||||
return paramMap
|
return paramMap
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivitySkuDeleteRequest struct {
|
type AlibabaRetailMarketingItempoolActivitySkuDeleteRequest struct {
|
||||||
/*
|
/*
|
||||||
@@ -18,7 +18,7 @@ func (s *AlibabaRetailMarketingItempoolActivitySkuDeleteRequest) SetParam(v doma
|
|||||||
|
|
||||||
func (req *AlibabaRetailMarketingItempoolActivitySkuDeleteRequest) ToMap() map[string]interface{} {
|
func (req *AlibabaRetailMarketingItempoolActivitySkuDeleteRequest) ToMap() map[string]interface{} {
|
||||||
paramMap := make(map[string]interface{})
|
paramMap := make(map[string]interface{})
|
||||||
if(req.Param != nil) {
|
if req.Param != nil {
|
||||||
paramMap["param"] = util.ConvertStruct(*req.Param)
|
paramMap["param"] = util.ConvertStruct(*req.Param)
|
||||||
}
|
}
|
||||||
return paramMap
|
return paramMap
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivityUpdateRequest struct {
|
type AlibabaRetailMarketingItempoolActivityUpdateRequest struct {
|
||||||
/*
|
/*
|
||||||
@@ -18,7 +18,7 @@ func (s *AlibabaRetailMarketingItempoolActivityUpdateRequest) SetParam(v domain.
|
|||||||
|
|
||||||
func (req *AlibabaRetailMarketingItempoolActivityUpdateRequest) ToMap() map[string]interface{} {
|
func (req *AlibabaRetailMarketingItempoolActivityUpdateRequest) ToMap() map[string]interface{} {
|
||||||
paramMap := make(map[string]interface{})
|
paramMap := make(map[string]interface{})
|
||||||
if(req.Param != nil) {
|
if req.Param != nil {
|
||||||
paramMap["param"] = util.ConvertStruct(*req.Param)
|
paramMap["param"] = util.ConvertStruct(*req.Param)
|
||||||
}
|
}
|
||||||
return paramMap
|
return paramMap
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolSkuQueryRequest struct {
|
type AlibabaRetailMarketingItempoolSkuQueryRequest struct {
|
||||||
/*
|
/*
|
||||||
@@ -18,7 +18,7 @@ func (s *AlibabaRetailMarketingItempoolSkuQueryRequest) SetParam0(v domain.Aliba
|
|||||||
|
|
||||||
func (req *AlibabaRetailMarketingItempoolSkuQueryRequest) ToMap() map[string]interface{} {
|
func (req *AlibabaRetailMarketingItempoolSkuQueryRequest) ToMap() map[string]interface{} {
|
||||||
paramMap := make(map[string]interface{})
|
paramMap := make(map[string]interface{})
|
||||||
if(req.Param0 != nil) {
|
if req.Param0 != nil {
|
||||||
paramMap["param0"] = util.ConvertStruct(*req.Param0)
|
paramMap["param0"] = util.ConvertStruct(*req.Param0)
|
||||||
}
|
}
|
||||||
return paramMap
|
return paramMap
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivityCreateResponse struct {
|
type AlibabaRetailMarketingBuygiftActivityCreateResponse struct {
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/ability2770/domain"
|
|
||||||
)
|
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivityDeleteResponse struct {
|
type AlibabaRetailMarketingBuygiftActivityDeleteResponse struct {
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivityQueryResponse struct {
|
type AlibabaRetailMarketingBuygiftActivityQueryResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivitySaveResponse struct {
|
type AlibabaRetailMarketingBuygiftActivitySaveResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivitySkuAddResponse struct {
|
type AlibabaRetailMarketingBuygiftActivitySkuAddResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivitySkuDeleteResponse struct {
|
type AlibabaRetailMarketingBuygiftActivitySkuDeleteResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftActivityUpdateResponse struct {
|
type AlibabaRetailMarketingBuygiftActivityUpdateResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingBuygiftSkuQueryResponse struct {
|
type AlibabaRetailMarketingBuygiftSkuQueryResponse struct {
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/ability2770/domain"
|
|
||||||
)
|
|
||||||
|
|
||||||
type AlibabaRetailMarketingItemdiscountActivitySaveResponse struct {
|
type AlibabaRetailMarketingItemdiscountActivitySaveResponse struct {
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/ability2770/domain"
|
|
||||||
)
|
|
||||||
|
|
||||||
type AlibabaRetailMarketingItemdiscountActivitySkuAddResponse struct {
|
type AlibabaRetailMarketingItemdiscountActivitySkuAddResponse struct {
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItemdiscountActivitySkuDeleteResponse struct {
|
type AlibabaRetailMarketingItemdiscountActivitySkuDeleteResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItemdiscountSkuQueryResponse struct {
|
type AlibabaRetailMarketingItemdiscountSkuQueryResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivityCreateResponse struct {
|
type AlibabaRetailMarketingItempoolActivityCreateResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivityDeleteResponse struct {
|
type AlibabaRetailMarketingItempoolActivityDeleteResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivityQueryResponse struct {
|
type AlibabaRetailMarketingItempoolActivityQueryResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivitySaveResponse struct {
|
type AlibabaRetailMarketingItempoolActivitySaveResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivitySkuAddResponse struct {
|
type AlibabaRetailMarketingItempoolActivitySkuAddResponse struct {
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
"topsdk/ability2770/domain"
|
|
||||||
)
|
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivitySkuDeleteResponse struct {
|
type AlibabaRetailMarketingItempoolActivitySkuDeleteResponse struct {
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolActivityUpdateResponse struct {
|
type AlibabaRetailMarketingItempoolActivityUpdateResponse struct {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability2770/domain"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability2770/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaRetailMarketingItempoolSkuQueryResponse struct {
|
type AlibabaRetailMarketingItempoolSkuQueryResponse struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user