dingq/yootai

this is a package for yootai

v0.0.7 2018-05-21 10:00 UTC

This package is auto-updated.

Last update: 2024-05-08 14:17:57 UTC


README

Current version is 0.0.1

ENV

php >= 7.0.0

HOW TO USE IT

use Yootai\Config\Config;
use Yootai\Manager;


$data = Manager::action(["key"=>"your key", "secret"=>"your secret", "host"=> "http://test.domain.com"], Config::METHOD_SKU_LIST, ["page"=>1, "size"=>10 ]);