Skip to content

基于Golang实现的速卖通 API(Aliexpress.com),可用于自建系统对接速卖通后台数据

License

Notifications You must be signed in to change notification settings

zhaoyoucai/aeop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aeop

速卖通平台API

安装

go get github.com/zhaoyoucai/aeop

使用说明

配置文件在conf/config.conf,将获取的app_key等信息设置好,在top/base.go中修改其路径

[app]
app_key = 2374718
app_secret = 2b36fcbc572sa764c93c6386347bbf0
redirect_uri = https://www.shangshudb.com/
server_url = https://gw.api.taobao.com/router/rest

依赖

go get github.com/Unknwon/goconfig 读取配置文件的库

About

基于Golang实现的速卖通 API(Aliexpress.com),可用于自建系统对接速卖通后台数据

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages