wupengfei пре 1 година
родитељ
комит
156884b1f7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/api/controller/Kuaishou.php

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

@@ -29,7 +29,7 @@ class Kuaishou extends Base
         $method = 'get';
         $param = ['oid'=>input('oid')];
         $arr['appkey'] = $this->appKey;
-        $arr['version'] = '1';
+        $arr['version'] = 1;
         $arr['access_token'] = $this->getAccessToken();
         $arr['timestamp'] = $this->getMillisecond();
         $arr['method'] = trim($apiType);