wupengfei 1 vuosi sitten
vanhempi
commit
b8a72643c0
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      application/api/controller/Kuaishou.php

+ 1 - 2
application/api/controller/Kuaishou.php

@@ -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 {