Package Data | |
---|---|
Maintainer Username: | danielzhao925 |
Maintainer Contact: | zhaodanqiang@gmail.com (daniel zhao) |
Package Create Date: | 2015-10-20 |
Package Last Update: | 2015-11-18 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-10 15:06:01 |
Package Statistics | |
---|---|
Total Downloads: | 47 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Taobao SDK
require_once __DIR__ .'/vendor/autoload.php';
use TaobaoSdk\TopClient;
$c = new TopClient();
$c->appkey = $appkey;
$c->secretKey = $secretKey;
$req = new \TaobaoSdk\Request\AlibabaAliqinFlowWalletGradeRequest();
$req->setPhoneNum("phone-number");
$resp = $c->execute($req, $session);
var_dump($resp);