Browse Source

test

master
用户名 3 years ago
parent
commit
887a5b05bd
  1. 1
      mobile/dalianpay/demo/pay.php

1
mobile/dalianpay/demo/pay.php

@ -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)

Loading…
Cancel
Save