rabin 1 anno fa
parent
commit
22edf93ffc
1 ha cambiato i file con 13 aggiunte e 1 eliminazioni
  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',
+        ),
     ),
 );