提交 a21d6201 编写于 作者: D devil_gong

pay debug

上级 fddec399
......@@ -239,7 +239,7 @@ class PayEase
$public_key = ROOT.'rsakeys/test.cer';
$params['encryptKey'] = isset($_SERVER['HTTP_ENCRYPTKEY']) ? $_SERVER['HTTP_ENCRYPTKEY'] : '';
$params['merchantId'] = isset($_SERVER['HTTP_MERCHANTID']) ? $_SERVER['HTTP_MERCHANTID'] : '';
$data = $this->NotifyCheckHmac($private_key, $params, $public_key, $this->config['password'])
$data = $this->NotifyCheckHmac($private_key, $params, $public_key, $this->config['password']);
// 支付状态
if(isset($data['status']) && $data['status'] == 'SUCCESS')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册