wupengfei 1 year ago
parent
commit
c175a2bbb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Kuaishou.php

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

@@ -27,7 +27,7 @@ class Kuaishou extends Base
     {
         $apiType = "open.order.detail";
         $method = 'get';
-        $param = ['oid'=>'2315900153213958'];
+        $param = ['oid'=>input('oid')];
         $arr['appkey'] = $this->appKey;
         $arr['version'] = '1';
         $arr['access_token'] = $this->getAccessToken();