chent / union-jd
Jd union sdk
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/chent/union-jd
Requires
- php: >=7.0
- php-curl-class/php-curl-class: ^8.6
This package is not auto-updated.
Last update: 2025-10-18 12:58:24 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