stanley-king 4 years atrás
parent
commit
32ea891d29
1 changed files with 2 additions and 2 deletions
  1. 2 2
      helper/refill/api/test/baidu/RefillPhone.php

+ 2 - 2
helper/refill/api/test/baidu/RefillPhone.php

@@ -41,7 +41,7 @@ class RefillPhone extends refill\IRefillPhone
             return [false, '系统错误'];
         } else {
             $rand = mt_rand(0,1);
-            Log::record("add return rand : $resp", Log::DEBUG);
+//            Log::record("add return rand : $resp", Log::DEBUG);
             return [$rand , ''];
         }
     }
@@ -57,7 +57,7 @@ class RefillPhone extends refill\IRefillPhone
             return [false, '系统错误'];
         } else {
             $rand = mt_rand(0,1);
-            Log::record("query return rand : $resp", Log::DEBUG);
+//            Log::record("query return rand : $resp", Log::DEBUG);
             return [$rand , ''];
         }
     }