2017 © Pedro Peláez
 

library wdgjapi

网店管家api接口

image

andyliu/wdgjapi

网店管家api接口

  • Thursday, April 20, 2017
  • by liushuai
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

网店管家api接口

安装

install with composer, (*1)

composer require andyliu/wdgjapi

使用

例子, (*2)

require './vendor/autoload.php';
use wdgjapi;
$data = array(
    'method'=>'wdgj.erp.stock.query',
    'accesstoken'=>'accesstoken',
    'appkey'=>'appkey',
    'page_no'=>1,
    'page_size'=>10,
    'url'=>'http://api.wdgj.com/wdgjcloud/api',
    'app_secret'=>'app_secret',
    'BarCode'=>'1111'
);
echo '

<

pre>';
$wdgjapi = new wdgjapi\wdgjapi($data);

$r = $wdgjapi->send();
var_dump($r);
exit;

注意

目前测试了下面两个接口 其他接口兼容性没有做验证 * wdgj.erp.stock.query * wdgj.com.goods.create, (*3)

The Versions

20/04 2017

dev-master

9999999-dev

网店管家api接口

  Sources   Download

The Requires

 

20/04 2017

1.1.0

1.1.0.0

网店管家api接口

  Sources   Download

The Requires

 

13/04 2017

1.0.1

1.0.1.0

网店管家api接口

  Sources   Download

The Requires

 

29/03 2017

1.0.0

1.0.0.0

网店管家api接口

  Sources   Download

The Requires