Передеча в запросе списка фидов массивом

parent d56f3815
...@@ -58,7 +58,7 @@ class Statistics ...@@ -58,7 +58,7 @@ class Statistics
$dataRequest = array( $dataRequest = array(
'method' => $type, 'method' => $type,
'data' => array( 'data' => array(
'feed_id' => $feed_id_list[0], 'feed_id' => $feed_id_list,
'start_date' => $dates['start'], 'start_date' => $dates['start'],
'end_date' => $dates['end'], 'end_date' => $dates['end'],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment