|
@@ -152,7 +152,8 @@ class Kuaishou extends Base
|
|
'buyerOpenId'=>input('buyerOpenId'),
|
|
'buyerOpenId'=>input('buyerOpenId'),
|
|
'cursor'=>input('cursor','0'),
|
|
'cursor'=>input('cursor','0'),
|
|
'limit'=> 20,
|
|
'limit'=> 20,
|
|
- 'orderStatus'=> input('orderStatus','0'),
|
|
|
|
|
|
+ 'orderStatus'=> [],
|
|
|
|
+ 'orderSourceType'=> [],
|
|
];
|
|
];
|
|
$arr['appkey'] = $this->appKey;
|
|
$arr['appkey'] = $this->appKey;
|
|
$arr['version'] = 1;
|
|
$arr['version'] = 1;
|