morequery.php 481 B

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. "api/customerList" => 16,
  4. "api/paymentReceiptList" => 48,
  5. "api/salesOrderList" => [
  6. 'key' => 'order_list',
  7. 'array' => [
  8. 1 => 37,
  9. 2 => 43,
  10. ],
  11. ],
  12. "api/invoiceOrderList" => 36,
  13. "api/ReturnExchangeOrderList" => 35,
  14. "api/constructionList" => 34,
  15. "api/purchaseOrderList" => [
  16. 'key' => 'order_type',
  17. 'array' => [
  18. 1 => 38,
  19. 5 => 45,
  20. ],
  21. ]
  22. ];