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