rabin 1 vuosi sitten
vanhempi
commit
22edf93ffc
1 muutettua tiedostoa jossa 13 lisäystä ja 1 poistoa
  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',
+        ),
     ),
 );