Giter VIP home page Giter VIP logo

opentaobao's Introduction

淘宝开放平台 golang SDK

Go Reference Go goreleaser GitHub go.mod Go version of a Go module GoReportCard GitHub license GitHub release

编译工具链

make tools
  • 在bin目录下会生成downloader和generator两个可执行文件
  • 因为使用embed特性,编译downloder和generator需要golang版本>= 1.16

下载淘宝开放平台ApiMetadata

./bin/downloader -meta=./metadata/assets/json

downloader 参数

  • meta: 下载metadata目录
  • pkg: 指定下载特定包,如:-pkg=user, 仅下载"用户API"

根据metadata生成API Golang SDK

./bin/generator -meta=./metadata/assets/json -patch=./metadata/assets/patch

generator 参数

  • meta: metadata文件所在目录
  • patch: metadata patch文件所在目录
  • pkg: 指定生成特定API包

API 调用

package main

import (
    "log"

    "github.com/bububa/opentaobao/core"
    userModel "github.com/bububa/opentaobao/model/user"
    userApi "github.com/bububa/opentaobao/api/user"
)

func main() {
    clt := core.NewSDKClient(APP_KEY, APP_SECRET)
    req := userModel.GetTaobaoUserAvatarGetAPIRequest()
    defer userModel.PutTaobaoUserAvatarGetAPIRequest(req)
    req.SetNick("nick")
    resp := userModel.GetTaobaoUserAvatarGetAPIResponse()
    defer userModel.PutTaobaoUserAvatarGetAPIResponse(resp)
    accessToken := ""
    if err := userApi.TaobaoUserAvatarGet(clt, req, resp, accessToken); err != nil {
        log.Fatalln(err)
    }
    log.Printf("%+v\n", resp)
}

常见问题

API分包

为避免生成最终目录内文件过多,以及命名空间冲突问题,根据淘宝开放平台API分类原则对API分包。 分包设置在metadata/assets/package.json,"pkg"参数即为API包名,与"id"(API树节点ID)对应。 下载的metadata如果在package.json无法找到对应的包则不会下载保存。

字段类型映射

淘宝字段类型 go SDK 类型
Number int64
Price float64
BigDecimal float64
Boolean bool
String string
Date string
Json string
Field List []string
其他 struct指针
  • 如果字段类型后带"[]", 则转换为slice
  • 如果字段UsePointer=true, 则转换为指针
  • 同一保重struct名称一样会对struct成员进行合并

淘宝API中对象命名空间非常混乱,即使在同一包中仍然会出现struct冲突的情况。如果出现struct命名空间冲突有两种解决办法:

  • 修改metadata/assets/conflict_models.json文件,增加可能冲突的struct名。generator会对该struct前增加API名进行重命名,比如 AlibabaWdkFinanceOrderBackflow API中的ApiResult会被重命名为AlibabaWdkFinanceOrderBackflowApiResult
  • 也可增加对应的patch文件修改字段的Type。generator在生成API时会先查找对应的API有没有patch,如果有patch则使用patch文件替换metadata文件

缺少特定API

对于无法通过downloader下载的API metaddata, 可以参照已下载metadata文件在patch目录自行添加相应的metadata, generator会生成相应的API。

API 列表

淘宝API分类 对应SDK package
[x] 用户API github.com/bububa/opentaobao/api/user
[x] 类目API github.com/bububa/opentaobao/api/category
[x] 商品API github.com/bububa/opentaobao/api/product
[x] 交易API github.com/bububa/opentaobao/api/trade
[x] 评价API github.com/bububa/opentaobao/api/traderate
[x] 物流API github.com/bububa/opentaobao/api/logistic
[x] 店铺API github.com/bububa/opentaobao/api/shop
[x] 分销API github.com/bububa/opentaobao/api/fenxiao
[x] 旺旺API github.com/bububa/opentaobao/api/wangwang
[x] 淘宝客API github.com/bububa/opentaobao/api/tbk
[x] 工具API github.com/bububa/opentaobao/api/util
[x] 物流宝API github.com/bububa/opentaobao/api/wlb
[x] 直通车API github.com/bububa/opentaobao/api/simba
[x] 机票API github.com/bububa/opentaobao/api/flight
[x] ONS消息服务 github.com/bububa/opentaobao/api/jms
[x] 营销API github.com/bububa/opentaobao/api/promotion
[x] 数据API github.com/bububa/opentaobao/api/dt
[x] 酒店API github.com/bububa/opentaobao/api/xhotel
[x] 聚划算API github.com/bububa/opentaobao/api/ju
[x] 店铺会员管理API github.com/bububa/opentaobao/api/crm
[x] 多媒体平台API github.com/bububa/opentaobao/api/media
[x] 子账号管理API github.com/bububa/opentaobao/api/subuser
[x] 服务平台API github.com/bububa/opentaobao/api/servicecenter
[x] 退款API github.com/bububa/opentaobao/api/refund
[x] 质检品控API github.com/bububa/opentaobao/api/qt
[x] 天猫服务商品API github.com/bububa/opentaobao/api/tmallservice
[x] 天猫精品库API github.com/bububa/opentaobao/api/tmallitem
[x] 聚石塔API github.com/bububa/opentaobao/api/jst
[x] 电子物流API github.com/bububa/opentaobao/api/eticket
[x] 彩票API github.com/bububa/opentaobao/api/caipiao
[x] 账务API github.com/bububa/opentaobao/api/bill
[x] 拍卖API github.com/bububa/opentaobao/api/paimai
[x] 千牛接口 github.com/bububa/opentaobao/api/qianniu
[x] 消息服务API github.com/bububa/opentaobao/api/tmc
[x] 本地生活API github.com/bububa/opentaobao/api/alsc
[x] 阿里云ocsAPI github.com/bububa/opentaobao/api/aliyunocs
[x] 淘宝同城API github.com/bububa/opentaobao/api/cityretail
[x] YunOS github.com/bububa/opentaobao/api/yunos
[x] 阿里云API github.com/bububa/opentaobao/api/aliyun
[x] 火车票API github.com/bububa/opentaobao/api/train
[x] Tanx API github.com/bububa/opentaobao/api/tanx
[x] 手淘开放API github.com/bububa/opentaobao/api/mtopopen
[x] JAE github.com/bububa/opentaobao/api/jae
[x] 宝点API github.com/bububa/opentaobao/api/baodian
[x] 天猫会员积分 github.com/bububa/opentaobao/api/tmallcms
[x] 汽车票API github.com/bububa/opentaobao/api/bus
[x] 码上淘API github.com/bububa/opentaobao/api/ma
[x] 游戏激励平台API github.com/bububa/opentaobao/api/gameact
[x] 淘宝抽奖平台API github.com/bububa/opentaobao/api/choujiang
[x] 天猫国际API github.com/bububa/opentaobao/api/tmallhk
[x] 司法拍卖 github.com/bububa/opentaobao/api/auction
[x] 虾米API github.com/bububa/opentaobao/api/xiami
[x] 天猫互动接口 github.com/bububa/opentaobao/api/interact
[x] DMP API github.com/bububa/opentaobao/api/dmp
[x] 生活服务API github.com/bububa/opentaobao/api/lifeservice
[x] 手机淘宝API github.com/bububa/opentaobao/api/mtop
[x] 物联API github.com/bububa/opentaobao/api/alink
[x] 酒店导购API github.com/bububa/opentaobao/api/hotel
[x] 保险API github.com/bububa/opentaobao/api/baoxian
[x] 天猫美妆API github.com/bububa/opentaobao/api/mei
[x] 会员卡 github.com/bububa/opentaobao/api/blackvip
[x] 电子面单API github.com/bububa/opentaobao/api/waybill
[x] 电影票API github.com/bububa/opentaobao/api/film
[x] 阿里通信API github.com/bububa/opentaobao/api/alicom
[x] openimAPI github.com/bububa/opentaobao/api/openim
[x] 阿里车联网API github.com/bububa/opentaobao/api/autonavi
[x] 虚拟院线API github.com/bububa/opentaobao/api/taotv
[x] 知识库API github.com/bububa/opentaobao/api/kclub
[x] 反欺诈风控API github.com/bububa/opentaobao/api/antifraud
[x] 国际站外贸直通车API github.com/bububa/opentaobao/api/scbp
[x] 天猫服务数据API github.com/bububa/opentaobao/api/tmallsc
[x] 智能设备 github.com/bububa/opentaobao/api/iot
[x] 百川 github.com/bububa/opentaobao/api/baichuan
[x] 文本算法API github.com/bububa/opentaobao/api/nlp
[x] 百川推送 github.com/bububa/opentaobao/api/cloudpush
[x] 国际站商品API github.com/bububa/opentaobao/api/icbu
[x] 淘宝游戏API github.com/bububa/opentaobao/api/game
[x] 聚安全API github.com/bububa/opentaobao/api/security
[x] 喵街API github.com/bububa/opentaobao/api/mos
[x] 菜鸟配送API github.com/bububa/opentaobao/api/cntms
[x] 菜鸟仓配API github.com/bububa/opentaobao/api/wms
[x] 网上法庭对外API github.com/bububa/opentaobao/api/nazca
[x] 五道口API github.com/bububa/opentaobao/api/wdk
[x] 阿里大于API github.com/bububa/opentaobao/api/aliqin
[x] 淘宝内容API github.com/bububa/opentaobao/api/beehive
[x] 旅行用车API github.com/bububa/opentaobao/api/car
[x] 门票-商品管理API github.com/bububa/opentaobao/api/ticket
[x] 菜鸟无线API github.com/bububa/opentaobao/api/guoguo
[x] 奇门仓储API github.com/bububa/opentaobao/api/qimen
[x] yunos推送服务api github.com/bububa/opentaobao/api/cmns
[x] 生活汇API github.com/bububa/opentaobao/api/elife
[x] tv支付 github.com/bububa/opentaobao/api/tvpay
[x] 菜鸟集货API github.com/bububa/opentaobao/api/wlbimports
[x] 阿里健康医 github.com/bububa/opentaobao/api/alihealth
[x] 地动仪 github.com/bububa/opentaobao/api/lbs
[x] 阿里健康药API github.com/bububa/opentaobao/api/drug
[x] 手淘分享 github.com/bububa/opentaobao/api/wirelessshare
[x] 法务诉讼对外API github.com/bububa/opentaobao/api/legalcase
[x] 度假-商品管理API github.com/bububa/opentaobao/api/travel
[x] 酒店商品API github.com/bububa/opentaobao/api/xhotelitem
[x] 酒店在线预订API github.com/bububa/opentaobao/api/xhotelonlineorder
[x] 酒店官网信用住API github.com/bububa/opentaobao/api/xhotelofficial
[x] 酒店线下信用住API github.com/bububa/opentaobao/api/xhoteloffline
[x] 全渠道API github.com/bububa/opentaobao/api/omniorder
[x] 国际机票政策API github.com/bububa/opentaobao/api/itpolicy
[x] 国际机票订单API github.com/bububa/opentaobao/api/ieagency
[x] 国内机票订单API github.com/bububa/opentaobao/api/jipiao
[x] 度假&门票-交易管理API github.com/bububa/opentaobao/api/traveltrade
[x] 阿里体育API github.com/bububa/opentaobao/api/alisports
[x] 电子发票 github.com/bububa/opentaobao/api/einvoice
[x] 阿里翻译API github.com/bububa/opentaobao/api/seaking
[x] 国际站数据管 github.com/bububa/opentaobao/api/mydata
[x] tmall-carcenter github.com/bububa/opentaobao/api/tmallcarenter
[x] 阿里妈妈广告中心API github.com/bububa/opentaobao/api/scs
[x] Yunos Account API github.com/bububa/opentaobao/api/yunosaccount
[x] 菜鸟裹裹API github.com/bububa/opentaobao/api/cainiaolocker
[x] 度假-签证管理API github.com/bububa/opentaobao/api/normalvisa
[x] 菜鸟农村物流 github.com/bububa/opentaobao/api/cainiaoncwl
[x] 体检机构API github.com/bububa/opentaobao/api/examination
[x] 1688推客API github.com/bububa/opentaobao/api/tuike
[x] 商户API github.com/bububa/opentaobao/api/store
[x] 桌面API github.com/bububa/opentaobao/api/ott
[x] 电动车API github.com/bububa/opentaobao/api/vms
[x] 新零售API github.com/bububa/opentaobao/api/newretail
[x] SCM API github.com/bububa/opentaobao/api/ascm
[x] 百川-ctg github.com/bububa/opentaobao/api/baichuanctg
[x] 汇金API github.com/bububa/opentaobao/api/fundplatform
[x] 数娱媒资输出 github.com/bububa/opentaobao/api/wenyuvideo
[x] 商旅API github.com/bububa/opentaobao/api/btrip
[x] 零售plus github.com/bububa/opentaobao/api/nlife
[x] 天猫门店API github.com/bububa/opentaobao/api/retail
[x] AILAB图像算法API github.com/bububa/opentaobao/api/aiar
[x] 天猫供应 github.com/bububa/opentaobao/api/ascp
[x] 欢行开发平台API github.com/bububa/opentaobao/api/happytrip
[x] 跨境API github.com/bububa/opentaobao/api/oversea
[x] 迎客松牌照审核接口 github.com/bububa/opentaobao/api/tvupadmin
[x] IoTI API github.com/bububa/opentaobao/api/ioti
[x] 淘宝卡券平台 github.com/bububa/opentaobao/api/deliveryvoucher
[x] 智慧门店 github.com/bububa/opentaobao/api/smartstore
[x] 淘宝定制行业API github.com/bububa/opentaobao/api/customizemarket
[x] 闲鱼 github.com/bububa/opentaobao/api/idle
[x] 库存API github.com/bububa/opentaobao/api/inventory
[x] aliExpress github.com/bububa/opentaobao/api/aliexpress
[x] YunOS-广告 github.com/bububa/opentaobao/api/yunosad
[x] 司法开放平台 github.com/bububa/opentaobao/api/legalsuit
[x] 全球速卖通 github.com/bububa/opentaobao/api/aliexpresssumaitong
[x] 阿里健康追溯码 github.com/bububa/opentaobao/api/drugtrace
[x] 会员中心API github.com/bububa/opentaobao/api/interactvip
[x] 阿里健康-会员管理 github.com/bububa/opentaobao/api/alihealthcrm
[x] 品效API github.com/bububa/opentaobao/api/brandhub
[x] 小蜜API github.com/bububa/opentaobao/api/alime
[x] 大麦票务云分销API github.com/bububa/opentaobao/api/maitix
[x] 天猫精灵开放API github.com/bububa/opentaobao/api/tmallgenie
[x] ICBU卖家API github.com/bububa/opentaobao/api/icbuseller
[x] 智慧园区API github.com/bububa/opentaobao/api/campus
[x] 酒店会员API github.com/bububa/opentaobao/api/xhotelcrm
[x] 大麦API github.com/bububa/opentaobao/api/damai
[x] 换货API github.com/bububa/opentaobao/api/exchange
[x] 商家营销中心API github.com/bububa/opentaobao/api/singletreasure
[x] ICBU-物流 github.com/bububa/opentaobao/api/icbulogistics
[x] ICBU-RFQ github.com/bububa/opentaobao/api/icburfq
[x] ICBU-信保 github.com/bububa/opentaobao/api/icbuassurance
[x] 飞猪POI数据API github.com/bububa/opentaobao/api/alitrippoi
[x] 飞猪行政区划API github.com/bububa/opentaobao/api/alitripdivisions
[x] 零售终端API github.com/bububa/opentaobao/api/nrt
[x] 手淘用户增 github.com/bububa/opentaobao/api/usergrowth
[x] ALiOS应用中心 github.com/bububa/opentaobao/api/yunosappstore
[x] b2b认证平台api github.com/bububa/opentaobao/api/b2bcert
[x] 企业运营平台-集团财 github.com/bububa/opentaobao/api/fpm
[x] 零售通智能POS开放 github.com/bububa/opentaobao/api/lstpos
[x] 阿里巴巴供应链平台API github.com/bububa/opentaobao/api/ascpqcc
[x] 天猫新零售 github.com/bububa/opentaobao/api/tmallnr
[x] 酒店团购套餐API github.com/bububa/opentaobao/api/tuanhotel
[x] 阿里影业云智API github.com/bububa/opentaobao/api/larkiot
[x] 渠道中心API github.com/bububa/opentaobao/api/tmallchannel
[x] 阿里健康-疫苗API github.com/bububa/opentaobao/api/vaccin
[x] 教育账号 API github.com/bububa/opentaobao/api/yunosdm
[x] 用户增长 github.com/bububa/opentaobao/api/usergrowth2
[x] AE-供应链 github.com/bububa/opentaobao/api/ascpffo
[x] 互动吧API github.com/bububa/opentaobao/api/fans
[x] 飞猪机票前台类目 github.com/bububa/opentaobao/api/flightuppc
[x] 平台治理API github.com/bububa/opentaobao/api/sungari
[x] 天猫超市前台API github.com/bububa/opentaobao/api/txcs
[x] 虾米开放平台 github.com/bububa/opentaobao/api/xiamiopen
[x] 阿里健康医生 github.com/bububa/opentaobao/api/alihealthoutflow
[x] 飞猪酒店标准库 github.com/bububa/opentaobao/api/hotelhstdf
[x] AE-Dropshipper github.com/bububa/opentaobao/api/aedropshiper
[x] 银泰scm-openapi github.com/bububa/opentaobao/api/moscm
[x] 信息平台-采购 github.com/bububa/opentaobao/api/pur
[x] 零售通自动售货机 github.com/bububa/opentaobao/api/lstvending
[x] 淘宝小程序API github.com/bububa/opentaobao/api/miniapp
[x] ott支付 github.com/bububa/opentaobao/api/ottpay
[x] 天猫汽车 github.com/bububa/opentaobao/api/tmallcar
[x] ALIOS广告平台 github.com/bububa/opentaobao/api/admarket
[x] 业务平台新零售 github.com/bububa/opentaobao/api/uscesl
[x] 大麦第三方商家接入API github.com/bububa/opentaobao/api/damaiticklet
[x] ICBU商品api github.com/bububa/opentaobao/api/icbuproduct
[x] 神鲸应用API github.com/bububa/opentaobao/api/shenjing
[x] 阿里影业灯塔 github.com/bububa/opentaobao/api/dengta
[x] 激励API github.com/bububa/opentaobao/api/degoperation
[x] 优酷-媒资 github.com/bububa/opentaobao/api/youkuott
[x] 优酷网盟 github.com/bububa/opentaobao/api/youkudsp
[x] 阿里健康API github.com/bububa/opentaobao/api/alihealth2
[x] 新制造API github.com/bububa/opentaobao/api/rhino
[x] 零售通小店智能设备 github.com/bububa/opentaobao/api/lstspeacker
[x] 医知鹿-视频 github.com/bububa/opentaobao/api/alihealthmdeer
[x] 五道口商品API github.com/bububa/opentaobao/api/wdkitem
[x] 零售通订单履行 github.com/bububa/opentaobao/api/lstlogistics
[x] 天猫线下大屏 github.com/bububa/opentaobao/api/tmallfcbox
[x] AE-Oversea-Solution github.com/bububa/opentaobao/api/aesolution
[x] 阿里精灵基础能力接口 github.com/bububa/opentaobao/api/aligenie
[x] 阿里健康新零售 github.com/bububa/opentaobao/api/healthnr
[x] 闲鱼发布 github.com/bububa/opentaobao/api/idleitem
[x] 飞猪酒店签约中心 github.com/bububa/opentaobao/api/hotelalliance
[x] 人工智能实验室开放平台API github.com/bububa/opentaobao/api/alilabs
[x] 天猫新品创新中心API github.com/bububa/opentaobao/api/tmic
[x] MOZI账号API github.com/bububa/opentaobao/api/mozi
[x] 亲橙里westcrmAPI github.com/bububa/opentaobao/api/westcrm
[x] ICBU-橱 github.com/bububa/opentaobao/api/icbushowcase
[x] 云码API github.com/bububa/opentaobao/api/mc
[x] HOMEAI github.com/bububa/opentaobao/api/homeai
[x] MOZI权限API github.com/bububa/opentaobao/api/moziacl
[x] 飞猪商家平台 github.com/bububa/opentaobao/api/alitripmerchant
[x] 新零售POS github.com/bububa/opentaobao/api/nrpos
[x] 资质共享API github.com/bububa/opentaobao/api/fivee
[x] 业务平台事业部-税务平台API github.com/bububa/opentaobao/api/tax
[x] MOZI 租户 github.com/bububa/opentaobao/api/mozivds
[x] 公益三小时公共 github.com/bububa/opentaobao/api/charity
[x] 脚模API github.com/bububa/opentaobao/api/foodscan
[x] 阿里健康处方药平台 github.com/bububa/opentaobao/api/alidoc
[x] 优酷播控幻影API github.com/bububa/opentaobao/api/mirage
[x] miniapp开放API github.com/bububa/opentaobao/api/miniappopen
[x] 天天特价 github.com/bububa/opentaobao/api/tttm
[x] iHome API github.com/bububa/opentaobao/api/ihome
[x] 信息流API github.com/bububa/opentaobao/api/feedflow
[x] 淘宝C2M github.com/bububa/opentaobao/api/c2m
[x] 新零售供应链API github.com/bububa/opentaobao/api/ascpchannel
[x] AliOS支付API github.com/bububa/opentaobao/api/aliospay
[x] 菜鸟控制塔API github.com/bububa/opentaobao/api/cainiaoecc
[x] 小程序API github.com/bububa/opentaobao/api/yunosminiapp
[x] 菜鸟末端商业 github.com/bububa/opentaobao/api/cainiaocntec
[x] 阿里健康挂号号源直连 github.com/bububa/opentaobao/api/medicalbase
[x] AE-UserOpen-Recommend github.com/bububa/opentaobao/api/aeusergrowth
[x] Efficient Tools github.com/bububa/opentaobao/api/aetools
[x] Data Reports github.com/bububa/opentaobao/api/aedata
[x] Promotion Creatives github.com/bububa/opentaobao/api/aecreatives
[x] 菜鸟国际出口 github.com/bububa/opentaobao/api/cainiaohandover
[x] 全域会员通 github.com/bububa/opentaobao/api/alimember
[x] 交易猫API github.com/bububa/opentaobao/api/jym
[x] 影城自运营开放Api github.com/bububa/opentaobao/api/filmtfavatar
[x] 商家应用 github.com/bububa/opentaobao/api/miniappcloud
[x] 国际火车票API github.com/bububa/opentaobao/api/rail
[x] 天猫校园API github.com/bububa/opentaobao/api/tmallcampus
[x] 消息API github.com/bububa/opentaobao/api/alimsg
[x] 菜鸟发货工作台API github.com/bububa/opentaobao/api/consignplatform
[x] 五道口-物流-自提API github.com/bububa/opentaobao/api/wdklogistics
[x] 企业订餐员工API github.com/bububa/opentaobao/api/eleenterpriseemployee
[x] 船票API github.com/bububa/opentaobao/api/ship
[x] 飞猪-综合交通api github.com/bububa/opentaobao/api/alitripcar
[x] 企业订餐店铺接口 github.com/bububa/opentaobao/api/eleenterpriserestaurant
[x] 新零售开放API github.com/bububa/opentaobao/api/nropen
[x] 企业订餐购物车API github.com/bububa/opentaobao/api/eleenterprisecartnew
[x] 企业订餐优惠券API github.com/bububa/opentaobao/api/eleenterprisecoupon
[x] 阿里健康算法 github.com/bububa/opentaobao/api/alihealthalgo
[x] 企业订餐订单API github.com/bububa/opentaobao/api/eleenterpriseordernew
[x] 云游戏API github.com/bububa/opentaobao/api/cloudgame
[x] 国际虚拟API github.com/bububa/opentaobao/api/globalvirtual
[x] 交易开放 github.com/bububa/opentaobao/api/opentrade
[x] 本地生活商户基础API github.com/bububa/opentaobao/api/alscmerchant
[x] 消息amp通道 github.com/bububa/opentaobao/api/msgamp
[x] 口碑综合体API github.com/bububa/opentaobao/api/koubeimall
[x] IoT售后解决方案API github.com/bububa/opentaobao/api/iotticket
[x] OpenMall-API github.com/bububa/opentaobao/api/openmall
[x] 视觉开放API(viapi) github.com/bububa/opentaobao/api/viapi
[x] 曲库开放平台歌曲API github.com/bububa/opentaobao/api/xiamicontent
[x] 阿里健康三方机构 github.com/bububa/opentaobao/api/alihealthmedical
[x] 阿里健康-检测检验-预约 github.com/bububa/opentaobao/api/alihealthlab
[x] 天猫精灵供应链网关API github.com/bububa/opentaobao/api/tmallgeniescp
[x] 曲库开放平台TraceAPI github.com/bububa/opentaobao/api/xiamitrace
[x] 飞猪发票 github.com/bububa/opentaobao/api/alitripreceipt
[x] 互动开放API github.com/bububa/opentaobao/api/jstinteractive
[x] 同城零售全渠道 github.com/bububa/opentaobao/api/perfect
[x] 天猫好房工具API github.com/bububa/opentaobao/api/alihouse
[x] 五棱镜任务API github.com/bububa/opentaobao/api/pentraprism
[x] 闲鱼兼职 github.com/bububa/opentaobao/api/idleparttime
[x] 聚石塔隐私号 github.com/bububa/opentaobao/api/jstsecret
[x] 零售通商品API github.com/bububa/opentaobao/api/lsticitem
[x] 零售通交易API github.com/bububa/opentaobao/api/lsttrade
[x] 零售通门店API github.com/bububa/opentaobao/api/lstbm
[x] 零售通履单API github.com/bububa/opentaobao/api/lstlogistics2
[x] 零售通仓储API github.com/bububa/opentaobao/api/lstwarehouse
[x] 零售通结算API github.com/bububa/opentaobao/api/lstfundbill
[x] 零售通营销API github.com/bububa/opentaobao/api/lstmarketing
[x] AE任务开放平台 github.com/bububa/opentaobao/api/aetask
[x] 本地生活内容API github.com/bububa/opentaobao/api/kbalgo
[x] 天猫新品平台API github.com/bububa/opentaobao/api/tmalltrend
[x] 国际化中台服务域保险 github.com/bububa/opentaobao/api/middleclaims
[x] 阿里健康-健康证 github.com/bububa/opentaobao/api/alihealthcert
[x] 隐私保护API github.com/bububa/opentaobao/api/topoaid
[x] ICBU-DropShipping github.com/bububa/opentaobao/api/icbudropshipping
[x] 曲库开放平台艺人API github.com/bububa/opentaobao/api/xiamiatrist
[x] 周期购API github.com/bububa/opentaobao/api/zqs
[x] 闲鱼已验货 github.com/bububa/opentaobao/api/idleisv
[x] 阿信-交易API github.com/bububa/opentaobao/api/axintrade
[x] 飞猪商业化API github.com/bububa/opentaobao/api/alitripbp
[x] 阿信-基础数据 github.com/bububa/opentaobao/api/axindata
[x] 阿里健康公益线API github.com/bububa/opentaobao/api/alihealthpw
[x] 海南离岛对外API github.com/bububa/opentaobao/api/dutyfree
[x] 淘宝交易API, github.com/bububa/opentaobao/api/tbtrade
[x] 淘宝用户API, github.com/bububa/opentaobao/api/tbuser
[x] 淘宝商品API, github.com/bububa/opentaobao/api/tbitem
[x] 淘宝物流API, github.com/bububa/opentaobao/api/tblogistics
[x] 淘宝退款API, github.com/bububa/opentaobao/api/tbrefund

opentaobao's People

Contributors

bububa avatar y-simonchik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

opentaobao's Issues

请问windows 如何安装奇门api部分 ?

windows尝试了 bin下的两个脚本,都报错了

centos 也是报错了。
[root@centos bin]# ./downloader
bash: ./downloader: cannot execute binary file
[root@centos bin]# ./generator
bash: ./generator: cannot execute binary file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.