1
This commit is contained in:
@@ -5,7 +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/jx-callback/globals"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -75,8 +74,6 @@ func (a *API) GetRefreshToken(refreshToken string) (*StoreTokenInfo, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
globals.SugarLogger.Debugf("=====data.TokenResult := %s", data.TokenResult)
|
||||
globals.SugarLogger.Debugf("=====data.Body := %s", data.Body)
|
||||
|
||||
var token *StoreTokenInfo
|
||||
if err := json.Unmarshal([]byte(data.TokenResult), &token); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user