stanley-king 4 lat temu
rodzic
commit
e6811ad01c
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      helper/fcgi_server.php
  2. 1 1
      test/TestRefill.php

+ 2 - 2
helper/fcgi_server.php

@@ -28,7 +28,7 @@ class fcgi_server
             'wxnotify.php','pub_wxnotify.php','alipay_notify_url.php','dispatch_notify.php','kdniao_notify.php',
             'cmbpay_notify.php','cmbpay_sign.php','wxauthor.php','api/wxLogin/index.php','api/wxLogin/callback.php',
             'signature.php',
-            'refill_suhc.php','refill_beixt.php','refill_bxtwt.php'
+            'refill_suhc.php','refill_beixt.php','refill_bxtwt.php','refill_bjb.php'
         ];
         $path = BASE_ROOT_PATH . '/mobile/';
         $file = str_replace($path,'',$file);
@@ -177,7 +177,7 @@ class fcgi_server
 
             //fcgi_finish();//单线程的情况下不需要调用
             $msg = sprintf("request time=%.6f\r\n\r\n",microtime(true) - $start);
-//            Log::record($msg ,Log::DEBUG);
+            Log::record($msg ,Log::DEBUG);
         }
 
         fcgi_fini();

+ 1 - 1
test/TestRefill.php

@@ -49,7 +49,7 @@ class TestRefill extends TestCase
     {
         global $config;
         $providers = new refill\bjb\RefillPhone([]);
-        $resp = $providers->add(15120035568,4,50,['order_sn' => '350662047177951290']);
+        $resp = $providers->add(18500608333,4,50,['order_sn' => '350662047177951119']);
 
     }