getChannelId(); if(empty($distribution_channel_id)){ return response()->error('PARAM_EMPTY'); } $data = SendOrderStatisticsService::getWeeklySendOrderStatistics($distribution_channel_id); \Log::info($data); return response()->success($data); } }