|
|
@ -179,6 +179,7 @@ class dalianpay{ |
|
|
|
|
|
|
|
|
// 解密响应密文 |
|
|
// 解密响应密文 |
|
|
$response_data = $Base->Crypt->decryptTradeData($response_data_crypted); |
|
|
$response_data = $Base->Crypt->decryptTradeData($response_data_crypted); |
|
|
|
|
|
echo "decryptTradeData:\r\n"; |
|
|
echo $response_data . "\r\n"; |
|
|
echo $response_data . "\r\n"; |
|
|
if($response_data === false) |
|
|
if($response_data === false) |
|
|
{ |
|
|
{ |
|
|
|