pay debug

This commit is contained in:
devil_gong 2019-07-31 21:12:52 +08:00
parent 9d6529e218
commit 0093c8da14

View File

@ -284,9 +284,6 @@ class PayEase
$private_key = ROOT.'rsakeys/client.pfx';
$public_key = ROOT.'rsakeys/server.cer';
$password="123456";
$this->merchantId = $params['merchantId'];
$data = [
'merchantId' => $this->config['merchantId'],
'requestId' => $params['order_no'].GetNumberCode(6),