rabin 1 年之前
父节点
当前提交
22edf93ffc
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. 13 1
      database/pay.php

+ 13 - 1
database/pay.php

@@ -200,6 +200,18 @@ return array
 
     'request' => array
     (
-        
+        'getCash' => array
+        (
+            # 匹配的正则或函数 选填项
+            'option' => array
+            (
+                'uid' => 'yes',
+                'config_id' => 'yes',
+                'status' => 'yes',
+                'state' => 1,
+            ),
+            'type' => 'one',
+            'col' => 'sum(price) as price, sum(cash) as cash',
+        ),
     ),
 );