stanley-king 3 سال پیش
والد
کامیت
7ecf3540ad
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      helper/refill/util.php

+ 2 - 2
helper/refill/util.php

@@ -648,8 +648,8 @@ class util
     //for tester
     public static function send_normal($order_sn)
     {
-        $status = mt_rand(1,10);
-        if($status > 9) {
+        $status = mt_rand(1,100);
+        if($status > 97) {
             $status = 1;
         } else {
             $status = 0;