wored / suning-sdk
苏宁开放接口SDK
0.0.1
2020-07-28 02:53 UTC
Requires
This package is auto-updated.
Last update: 2025-03-19 23:48:11 UTC
README
安装
$ composer require wored/beibei-sdk -vvv
使用
<?php use \Wored\SuningSdk\SuningSdk; $config = [ 'appKey' => '****************', 'appSecret' => '**********************', "rootUrl" => 'https://open.suning.com', ]; //苏宁SDK $suning = new SuningSdk($config); //获取物流 $ret = $suning->request('suning.custom.logisticcompany.query',[ "logisticCompany" => [ 'pageSize' => 10, 'pageNo' => 1 ] ]);
License
MIT