|
|
|
@ -68,7 +68,7 @@ class OrderListService implements OrderListServiceInterface |
|
|
|
|
|
|
|
$paginate = $builder->orderBy('created_at', 'desc')->paginate($pagesize); |
|
|
|
$orders = $paginate->toArray(); |
|
|
|
return ['has_more_pages' => $paginate->hasMorePages(), 'orders' => $orders['data']]; |
|
|
|
return ['has_more_pages' => $paginate->hasMorePages(), 'orders' => $orders['data'], 'note' => '待付款订单15分钟后将自动取消,请尽快支付!']; |
|
|
|
} |
|
|
|
|
|
|
|
public function onlineByStore($storeId, $tab, $page=1, $pagesize=10) |
|
|
|
|