Quellcode durchsuchen

调整发送红包金额限制,到10万

stanley-king vor 8 Jahren
Ursprung
Commit
21bc679f3d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      mobile/control/admin_oper.php

+ 1 - 1
mobile/control/admin_oper.php

@@ -27,7 +27,7 @@ class admin_operControl extends mbMemberControl
         $result = [];
         foreach ($params as $val)
         {
-            if(preg_match_all('/^(\d{1,3})\|(\d{1,4})\|(\d{1,6})$/', $val, $match))
+            if(preg_match_all('/^(\d{1,3})\|(\d{1,6})\|(\d{1,6})$/', $val, $match))
             {
                 $item['rate'] = intval($match[1][0]);
                 $item['amount'] = intval($match[2][0]);