wupengfei 1 年間 前
コミット
d36b2503a7
1 ファイル変更2 行追加1 行削除
  1. 2 1
      application/api/controller/Kuaishou.php

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

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