前天开始撸的多多客的SDK
拼多多开放平台官方地址
http://open.pinduoduo.com/#/index
多多进宝官方地址
http://jinbao.pinduoduo.com/#/
开源地址 https://github.com/adamin1990/Duoduoke
使用方法:
1 2 3 4 5 6 7 | require_once ( "Duoduoke.php" ); $config [ 'client_id' ]= "your client id" ; $config [ 'client_secret' ]= "your client secret" ; $config [ 'duoduoke_redirect_url' ]= "" ; //可选 $config [ "access_token" ]= "" ; //可选 $ddk = new Duoduoke( $config ); echo $ddk ->api_goods_cat_get(); |
本文为Adamin90原创文章,转载无需和我联系,但请注明来自http://www.lixiaopeng.top
XiaoPengLi:
test
2018-07-12 13:51:41 回复
XiaoPengLi:
test
2018-07-12 13:32:40 回复