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;