|
@@ -23,7 +23,7 @@ class Kuaishou extends Base
|
|
|
}
|
|
|
|
|
|
// api请求
|
|
|
- public function apiSend()
|
|
|
+ public function getOrderDetail()
|
|
|
{
|
|
|
$apiType = "open.order.detail";
|
|
|
$method = 'get';
|
|
@@ -40,7 +40,6 @@ class Kuaishou extends Base
|
|
|
$apiInfo = str_replace('.', '/', $arr['method']);
|
|
|
$url = $this->serverHost . $apiInfo;
|
|
|
$Alibabahelper = new Alibabahelper();
|
|
|
-
|
|
|
if ($method == 'get') {
|
|
|
$s = $Alibabahelper->curl_https_get($url. '?' . http_build_query($arr, '', '&'), array());
|
|
|
} else {
|