chent/union-jd
Composer 安装命令:
composer require chent/union-jd
包简介
Jd union sdk
README 文档
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
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-06