wesmiler 1 month ago
parent
commit
7636dede58
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Services/Common/OrderService.php

+ 0 - 1
app/Services/Common/OrderService.php

@@ -143,7 +143,6 @@ class OrderService extends BaseService
             'code' => 0,
             'data' => $list['data'] ?? [],
             'count' => $list['total'] ?? 0,
-            'counts' => $counts,
         ];
     }