Kirin il y a 2 ans
Parent
commit
4ca73552b5
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      crmeb/services/WithdrawService.php

+ 5 - 5
crmeb/services/WithdrawService.php

@@ -122,12 +122,12 @@ class WithdrawService
     {
         $url = '/Enterprise/getOrderList';
         $data = [
-            'enterprise_order_sn' => '',
-            'states' => '',
+//            'enterprise_order_sn' => '',
+//            'states' => '',
             'status' => $status,
-            'reason' => 1,
-            'check_time_start' => 1,
-            "check_time_end" => "",
+//            'reason' => '',
+//            'check_time_start' => '',
+//            "check_time_end" => "",
             "pagination" => ['page_start' => $page, 'page_size' => $limit],
         ];
         $token = self::$token;