|
|
@ -107,6 +107,7 @@ |
|
|
// echo "\r\n"; |
|
|
// echo "\r\n"; |
|
|
// echo "[response data (ciphertext)]: {$response_data_crypted}"; |
|
|
// echo "[response data (ciphertext)]: {$response_data_crypted}"; |
|
|
|
|
|
|
|
|
|
|
|
echo $response; |
|
|
// 解密响应密文 |
|
|
// 解密响应密文 |
|
|
$response_data = $Base->Crypt->decryptTradeData($response_data_crypted); |
|
|
$response_data = $Base->Crypt->decryptTradeData($response_data_crypted); |
|
|
if($response_data === false) |
|
|
if($response_data === false) |
|
|
|