Browse Source

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

stanley-king 8 years ago
parent
commit
21bc679f3d
1 changed files with 1 additions and 1 deletions
  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]);