chent / union-jd
Jd union sdk
v1.0.0
2019-06-06 07:32 UTC
Requires
- php: >=7.0
- php-curl-class/php-curl-class: ^8.6
This package is not auto-updated.
Last update: 2025-03-08 09:57:30 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