1
This commit is contained in:
@@ -5,8 +5,6 @@ import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk"
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability304"
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability304/request"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -50,7 +48,6 @@ func (a *API) GetStoreToken(code, uuId string) (*StoreTokenInfo, error) {
|
||||
Code: &code,
|
||||
}
|
||||
data, err := ability304.NewAbility304(&a.client).TaobaoTopAuthTokenCreate(param)
|
||||
globals.SugarLogger.Debugf("token := %s", utils.Format4Output(data, false))
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user