cqpCow 1 年之前
父节点
当前提交
e24aceebf7
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      config/morequery.php

+ 24 - 0
config/morequery.php

@@ -0,0 +1,24 @@
+<?php
+
+return [
+    "api/customerList" => 16,
+    "api/paymentReceiptList" => 48,
+    "api/salesOrderList" => [
+        'key' => 'order_list',
+        'array' => [
+            1 => 37,
+            2 => 43,
+        ],
+    ],
+    "api/invoiceOrderList" => 36,
+    "api/ReturnExchangeOrderList" => 35,
+    "api/constructionList" => 34,
+    "api/purchaseOrderList" => [
+        'key' => 'order_type',
+        'array' => [
+            1 => 38,
+            5 => 45,
+        ],
+    ]
+];
+