You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
371 B
PHTML
10 lines
371 B
PHTML
5 years ago
|
<?php
|
||
|
include "TopSdk.php";
|
||
|
date_default_timezone_set('Asia/Shanghai');
|
||
|
|
||
|
$httpdns = new HttpdnsGetRequest;
|
||
|
$client = new ClusterTopClient("4272","0ebbcccfee18d7ad1aebc5b135ffa906");
|
||
|
$client->gatewayUrl = "http://api.daily.taobao.net/router/rest";
|
||
|
var_dump($client->execute($httpdns,"6100e23657fb0b2d0c78568e55a3031134be9a3a5d4b3a365753805"));
|
||
|
|
||
|
?>
|