| 1234567891011121314151617181920 | <?phpreturn [    "menu" => [        "api/statisticsRevenueCost" => 68,        "api/statisticsRevenueCostOneAndTwo" => [            'key' => 'order_type',            'array' => [                1 => 69,                2 => 70,            ],        ],        "api/statisticsRevenueCostThree" => 71,        "api/giveOutList" => 72,        "api/statisticsEmployeeSalary" => 73,        "api/statisticsProfit" => 74,        "api/statisticsFreightFee" => 75,    ],];
 |