|
|
|
|
@ -267,6 +267,7 @@ class SupplyDemandController extends BaseController
|
|
|
|
|
$interactionGrowthRate = $this->calculateGrowthRate($interactionCount, $prevInteractionCount);
|
|
|
|
|
|
|
|
|
|
return $this->success([
|
|
|
|
|
'supplyDemand' => $supplyDemand,
|
|
|
|
|
'supply_demand_count' => $supplyDemandCount,
|
|
|
|
|
'prev_supply_demand_count' => $prevSupplyDemandCount,
|
|
|
|
|
'supply_demand_growth_rate' => $supplyDemandGrowthRate,
|
|
|
|
|
|