1
This commit is contained in:
@@ -10,9 +10,13 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
AppKey = "34402634"
|
||||
AppSecret = "fda9a7045262e3aa1f26ca508a9be242"
|
||||
ServerUrl = "https://eco.taobao.com/router/rest"
|
||||
AppKey = "34402634"
|
||||
AppSecret = "fda9a7045262e3aa1f26ca508a9be242"
|
||||
ServerUrl = "https://eco.taobao.com/router/rest" // 正式环境https
|
||||
ServerUrl2 = "https://qimen.api.taobao.com/top/router/qmtest" // 沙箱环境https
|
||||
|
||||
ServerUrl3 = "http://qimen.api.taobao.com/top/router/qm" // 正式环境http
|
||||
ServerUrl4 = "http://qimen.api.taobao.com/top/router/qmtest" // 沙箱环境http
|
||||
)
|
||||
|
||||
func NewTaoVegetable(appKey, appSecret, serverUrl string) API {
|
||||
|
||||
Reference in New Issue
Block a user