|
|
@@ -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;
|