@@ -53,7 +53,7 @@ abstract class BaseServer
protected function preLooper()
{
-// set_error_handler([$this, 'handle_error']);
+ set_error_handler([$this, 'handle_error']);
}
abstract function handle_req($file);
@@ -26,7 +26,7 @@ class TestFcgi extends TestCase
$phone = '13911129867';
$amount = 100;
$url = BASE_SITE_URL . "/mobile/index.php";
- $params = ['mchid' => 1,
+ $params = ['mchid' => 5,
'cardno' => $phone,
'amount' => $amount,
"act" => "refill",