seek-x2y / AikucunSdk

爱库存sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

爱库存sdk

安装

$ composer require wored/aikucunsdk-sdk -vvv

使用

<?php
use \Wored\AikucunSdk\AikucunSdk;

$config = [
    'appid'     => '***************',
    'version'   => '3.0',
    'format'    => 'json',
    'appsecret' => '**********************',
    'rootUrl'   => 'https://openapi.aikucun.com',
];
// 海带sdk
$haidai = new AikucunSdk($config);
//拉取订单
$aikucun->request('delivery.haitao.order.list', [
    'adOrderId' => '***************',
    'fields'    => '*',
    "page"      => 1,
    "pageSize"  => 10,
    "status"    => 0
]);
//

License

MIT

About

爱库存sdk

License:MIT License


Languages

Language:PHP 100.0%