fix:修改包名
This commit is contained in:
parent
b380cbffd3
commit
c373f02e61
|
@ -2,11 +2,11 @@ package ability132
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"git.sunqdl.cn/fgqj/topsdk"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability132/request"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability132/response"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
"log"
|
||||
"topsdk"
|
||||
"topsdk/ability132/request"
|
||||
"topsdk/ability132/response"
|
||||
"topsdk/util"
|
||||
)
|
||||
|
||||
type Ability132 struct {
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
package domain
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
)
|
||||
import "git.sunqdl.cn/fgqj/topsdk/util"
|
||||
|
||||
type TaobaoTmcMessagesConsumeTmcMessage struct {
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcGroupAddRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcGroupDeleteRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcGroupsGetRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcMessagesConfirmRequest struct {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/ability132/domain"
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability132/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcMessagesProduceRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcTopicGroupAddRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcTopicGroupDeleteRequest struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcAuthGetResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcGroupAddResponse struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcGroupDeleteResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability132/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability132/domain"
|
||||
)
|
||||
|
||||
type TaobaoTmcGroupsGetResponse struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcMessagesConfirmResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability132/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability132/domain"
|
||||
)
|
||||
|
||||
type TaobaoTmcMessagesConsumeResponse struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability132/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability132/domain"
|
||||
)
|
||||
|
||||
type TaobaoTmcMessagesProduceResponse struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcTopicGroupAddResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcTopicGroupDeleteResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -2,11 +2,11 @@ package ability304
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"git.sunqdl.cn/fgqj/topsdk"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability304/request"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability304/response"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
"log"
|
||||
"topsdk"
|
||||
"topsdk/ability304/request"
|
||||
"topsdk/ability304/response"
|
||||
"topsdk/util"
|
||||
)
|
||||
|
||||
type Ability304 struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package domain
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoFilesGetTopDownloadRecordDo struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoFilesGetRequest struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoAppipGetResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/ability304/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/ability304/domain"
|
||||
)
|
||||
|
||||
type TaobaoFilesGetResponse struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoHttpdnsGetResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoOpenuidGetBymixnickResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoOpenuidGetBytradeResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoOpenuidGetResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTopAuthTokenCreateResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTopAuthTokenRefreshResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTopSdkFeedbackUploadResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTopSecretGetResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -2,11 +2,11 @@ package defaultability
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"git.sunqdl.cn/fgqj/topsdk"
|
||||
"git.sunqdl.cn/fgqj/topsdk/defaultability/request"
|
||||
"git.sunqdl.cn/fgqj/topsdk/defaultability/response"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
"log"
|
||||
"topsdk"
|
||||
"topsdk/defaultability/request"
|
||||
"topsdk/defaultability/response"
|
||||
"topsdk/util"
|
||||
)
|
||||
|
||||
type Defaultability struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package domain
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcUserGetTmcUser struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcUserGetRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package request
|
||||
|
||||
import (
|
||||
"topsdk/util"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
)
|
||||
|
||||
type TaobaoTmcUserPermitRequest struct {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/defaultability/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/defaultability/domain"
|
||||
)
|
||||
|
||||
type TaobaoKfcKeywordSearchResponse struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcMessageProduceResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcUserCancelResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package response
|
||||
|
||||
import (
|
||||
"topsdk/defaultability/domain"
|
||||
"git.sunqdl.cn/fgqj/topsdk/defaultability/domain"
|
||||
)
|
||||
|
||||
type TaobaoTmcUserGetResponse struct {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package response
|
||||
|
||||
import ()
|
||||
|
||||
type TaobaoTmcUserPermitResponse struct {
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,6 +3,7 @@ package topsdk
|
|||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"git.sunqdl.cn/fgqj/topsdk/util"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
|
@ -12,7 +13,6 @@ import (
|
|||
"net/url"
|
||||
"strings"
|
||||
"time"
|
||||
"topsdk/util"
|
||||
)
|
||||
|
||||
type TopClient struct {
|
||||
|
|
Loading…
Reference in New Issue