chent/union-jd

v1.0.0 2019-06-06 07:32 UTC

This package is not auto-updated.

Last update: 2024-04-20 05:56:33 UTC


README

京东联盟sdk

改写自 https://github.com/yumufeng/jd-union-sdk

PHP =>7.0

wiki: https://union.jd.com/#/openplatform/api

使用方法

use UnionJd\Client;

$jd = new Client([
    'app_key' => 'xxx',
    'secret_key' => 'xxx'
]);

$rs = $jd->order->query(['time' => '2019041610']);
// echo $jd->getError();

License

MIT