jayfir/mn-sys-pdd
Composer 安装命令:
composer require jayfir/mn-sys-pdd
包简介
JayFir系统多多进宝集成包
README 文档
README
jayfir 拼多多集成包
注意
因拼多多官方刚上线联盟模式,在接口调用方面经常调整,本组件会根据官方修改不时变动,请开发者注意!
配置Yii组件
common\config\main.php
components=>[
'pdd' => [
'class' => 'jayfir\pdd\PopClient',
'appkey' => '***',
'secretKey' => '**',
'format' => 'JSON'
],
]
调用方式
example:
$req = new \jayfir\pdd\request\ItemSearchRequest();
$req->setSortType(2);
$req->setWithCoupon('true');
$result = \Yii::$app->pdd->execute($req);
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-07