|
$apiInfo = str_replace('.', '/', $arr['method']);
|
|
$apiInfo = str_replace('.', '/', $arr['method']);
|
|
$s = $Alibabahelper->curl_https_get($url. '?' . http_build_query($arr, '', '&'), array());
|
|
$s = $Alibabahelper->curl_https_get($url. '?' . http_build_query($arr, '', '&'), array());
|