ソースを参照

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

stanley-king 8 年 前
コミット
21bc679f3d
1 ファイル変更1 行追加1 行削除
  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]);