morequery.php 479 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. "menu" => [
  4. "api/statisticsRevenueCost" => 68,
  5. "api/statisticsRevenueCostOneAndTwo" => [
  6. 'key' => 'order_type',
  7. 'array' => [
  8. 1 => 69,
  9. 2 => 70,
  10. ],
  11. ],
  12. "api/statisticsRevenueCostThree" => 71,
  13. "api/giveOutList" => 72,
  14. "api/statisticsEmployeeSalary" => 73,
  15. "api/statisticsProfit" => 74,
  16. "api/statisticsFreightFee" => 75,
  17. ],
  18. ];