Browse Source

open util

stanley-king 3 years ago
parent
commit
a095ea0794
1 changed files with 0 additions and 4 deletions
  1. 0 4
      helper/refill/util.php

+ 0 - 4
helper/refill/util.php

@@ -626,8 +626,6 @@ class util
     //for tester
     public static function send_normal($order_sn)
     {
-        return true;
-
         $status = mt_rand(1,10);
         if($status > 9) {
             $status = 1;
@@ -651,8 +649,6 @@ class util
 
     public static function send_quick($order_sn)
     {
-        return true;
-
         $status = mt_rand(1,10);
         if($status > 3) {
             $status = 1;