- jd.GetStoreOrderInfo
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
"net/http"
|
||||
"sort"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"git.rosy.net.cn/baseapi"
|
||||
|
||||
@@ -52,6 +53,8 @@ const (
|
||||
signKey = "sign"
|
||||
AllPage = 0
|
||||
DefaultPageSize = 50
|
||||
|
||||
storeURL = "http://store.jd.com"
|
||||
)
|
||||
|
||||
type API struct {
|
||||
@@ -60,6 +63,9 @@ type API struct {
|
||||
appSecret string
|
||||
client *http.Client
|
||||
config *platformapi.APIConfig
|
||||
|
||||
locker sync.RWMutex
|
||||
storeCookie string
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user