1
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"encoding/json"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"git.rosy.net.cn/topsdk/ability304"
|
||||
"git.rosy.net.cn/topsdk/ability304/request"
|
||||
"topsdk"
|
||||
"topsdk/ability304"
|
||||
"topsdk/ability304/request"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -20,7 +20,9 @@ func NewTaoVegetable(appKey, appSecret, serverUrl string) API {
|
||||
}
|
||||
|
||||
type API struct {
|
||||
client topsdk.TopClient
|
||||
client topsdk.TopClient
|
||||
token string
|
||||
refreshToken string
|
||||
}
|
||||
|
||||
func (a API) GetStoreToken(code, uuId string) (*StoreTokenInfo, error) {
|
||||
|
||||
Reference in New Issue
Block a user