dddmo 7 tháng trước cách đây
mục cha
commit
0fe08f7d3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/JsonRpc/OrderService.php

+ 1 - 1
app/JsonRpc/OrderService.php

@@ -84,7 +84,7 @@ class OrderService implements OrderServiceInterface
             'days' => $days,
         ];
 
-        if (empty($rep)) {
+        if (empty($data['rows'])) {
             return Result::error("暂时没有符合您条件的广告位");
 
         }