|
@@ -25,9 +25,9 @@ class Kuaishou extends Base
|
|
|
// api请求
|
|
|
public function apiSend()
|
|
|
{
|
|
|
- $apiType = "open.item.list.get";
|
|
|
+ $apiType = "open.order.detail";
|
|
|
$method = 'get';
|
|
|
- $param = input('post.param');
|
|
|
+ $param = ['oid'=>'2315900153213958'];
|
|
|
$arr['appkey'] = $this->appKey;
|
|
|
$arr['version'] = '1';
|
|
|
$arr['access_token'] = $this->getAccessToken();
|