删除topsdk中的go.mod
This commit is contained in:
parent
1f87727813
commit
5c29ee5d36
@ -4,10 +4,11 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"topsdk"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/ability132/request"
|
||||||
"topsdk/ability132/request"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/ability132/response"
|
||||||
"topsdk/ability132/response"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
"topsdk/util"
|
|
||||||
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Ability132 struct {
|
type Ability132 struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcMessagesConsumeTmcMessage struct {
|
type TaobaoTmcMessagesConsumeTmcMessage struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcGroupAddRequest struct {
|
type TaobaoTmcGroupAddRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcGroupDeleteRequest struct {
|
type TaobaoTmcGroupDeleteRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcGroupsGetRequest struct {
|
type TaobaoTmcGroupsGetRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcMessagesConfirmRequest struct {
|
type TaobaoTmcMessagesConfirmRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability132/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/ability132/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcMessagesProduceRequest struct {
|
type TaobaoTmcMessagesProduceRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcTopicGroupAddRequest struct {
|
type TaobaoTmcTopicGroupAddRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcTopicGroupDeleteRequest struct {
|
type TaobaoTmcTopicGroupDeleteRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcGroupAddResponse struct {
|
type TaobaoTmcGroupAddResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability132/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/ability132/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcGroupsGetResponse struct {
|
type TaobaoTmcGroupsGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability132/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/ability132/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcMessagesConsumeResponse struct {
|
type TaobaoTmcMessagesConsumeResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/ability132/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/ability132/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcMessagesProduceResponse struct {
|
type TaobaoTmcMessagesProduceResponse struct {
|
||||||
|
|||||||
@ -4,10 +4,11 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"topsdk"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/request"
|
||||||
"topsdk/defaultability/request"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/response"
|
||||||
"topsdk/defaultability/response"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
"topsdk/util"
|
|
||||||
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Defaultability struct {
|
type Defaultability struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcUserGetTmcUser struct {
|
type TaobaoTmcUserGetTmcUser struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeMediaActivityCouponSendRequest struct {
|
type AlibabaAlscUnionElemeMediaActivityCouponSendRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionItempromotionGetRequest struct {
|
type AlibabaAlscUnionElemePromotionItempromotionGetRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionItempromotionQueryRequest struct {
|
type AlibabaAlscUnionElemePromotionItempromotionQueryRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionItempromotionStoreQueryRequest struct {
|
type AlibabaAlscUnionElemePromotionItempromotionStoreQueryRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionOfficialactivityGetRequest struct {
|
type AlibabaAlscUnionElemePromotionOfficialactivityGetRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionStorepromotionGetRequest struct {
|
type AlibabaAlscUnionElemePromotionStorepromotionGetRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionStorepromotionQueryRequest struct {
|
type AlibabaAlscUnionElemePromotionStorepromotionQueryRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeToolOrderAttrbuteCheckRequest struct {
|
type AlibabaAlscUnionElemeToolOrderAttrbuteCheckRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemDetailGetRequest struct {
|
type AlibabaAlscUnionKbItemDetailGetRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemStoreDetailGetRequest struct {
|
type AlibabaAlscUnionKbItemStoreDetailGetRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemStoreRelationQueryRequest struct {
|
type AlibabaAlscUnionKbItemStoreRelationQueryRequest struct {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionPromotionLinkAnalyzeRequest struct {
|
type AlibabaAlscUnionPromotionLinkAnalyzeRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcUserGetRequest struct {
|
type TaobaoTmcUserGetRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package request
|
package request
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcUserPermitRequest struct {
|
type TaobaoTmcUserPermitRequest struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionItempromotionGetResponse struct {
|
type AlibabaAlscUnionElemePromotionItempromotionGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionItempromotionQueryResponse struct {
|
type AlibabaAlscUnionElemePromotionItempromotionQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionItempromotionStoreQueryResponse struct {
|
type AlibabaAlscUnionElemePromotionItempromotionStoreQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionOfficialactivityGetResponse struct {
|
type AlibabaAlscUnionElemePromotionOfficialactivityGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionStorepromotionGetResponse struct {
|
type AlibabaAlscUnionElemePromotionStorepromotionGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemePromotionStorepromotionQueryResponse struct {
|
type AlibabaAlscUnionElemePromotionStorepromotionQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetResponse struct {
|
type AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeStorepromotionReviewbwcQueryResponse struct {
|
type AlibabaAlscUnionElemeStorepromotionReviewbwcQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeStorepromotionReviewbwcStockLockResponse struct {
|
type AlibabaAlscUnionElemeStorepromotionReviewbwcStockLockResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeStorepromotionReviewbwcStockReleaseResponse struct {
|
type AlibabaAlscUnionElemeStorepromotionReviewbwcStockReleaseResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionElemeToolOrderAttrbuteCheckResponse struct {
|
type AlibabaAlscUnionElemeToolOrderAttrbuteCheckResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemDetailGetResponse struct {
|
type AlibabaAlscUnionKbItemDetailGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemPromotionFilterListResponse struct {
|
type AlibabaAlscUnionKbItemPromotionFilterListResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemPromotionResponse struct {
|
type AlibabaAlscUnionKbItemPromotionResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemPromotionShareCreateResponse struct {
|
type AlibabaAlscUnionKbItemPromotionShareCreateResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemQueryResponse struct {
|
type AlibabaAlscUnionKbItemQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemStoreDetailGetResponse struct {
|
type AlibabaAlscUnionKbItemStoreDetailGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbItemStoreRelationQueryResponse struct {
|
type AlibabaAlscUnionKbItemStoreRelationQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbStoreItemQueryResponse struct {
|
type AlibabaAlscUnionKbStoreItemQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbStoreQueryResponse struct {
|
type AlibabaAlscUnionKbStoreQueryResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbcpaOrderDetailsGetResponse struct {
|
type AlibabaAlscUnionKbcpaOrderDetailsGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbcpaPunishOrderGetResponse struct {
|
type AlibabaAlscUnionKbcpaPunishOrderGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbcpaRefundOrderGetResponse struct {
|
type AlibabaAlscUnionKbcpaRefundOrderGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbcpxPositiveOrderGetResponse struct {
|
type AlibabaAlscUnionKbcpxPositiveOrderGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbcpxPunishOrderGetResponse struct {
|
type AlibabaAlscUnionKbcpxPunishOrderGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionKbcpxRefundOrderGetResponse struct {
|
type AlibabaAlscUnionKbcpxRefundOrderGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionMediaZoneAddResponse struct {
|
type AlibabaAlscUnionMediaZoneAddResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionMediaZoneGetResponse struct {
|
type AlibabaAlscUnionMediaZoneGetResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaAlscUnionPromotionLinkAnalyzeResponse struct {
|
type AlibabaAlscUnionPromotionLinkAnalyzeResponse struct {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package response
|
package response
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/defaultability/domain"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TaobaoTmcUserGetResponse struct {
|
type TaobaoTmcUserGetResponse struct {
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
module topsdk
|
|
||||||
|
|
||||||
go 1.16
|
|
||||||
@ -13,7 +13,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"topsdk/util"
|
"gitee.com/chengdu-lenntc/third-platform-sdk/sdk/topsdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TopClient struct {
|
type TopClient struct {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user