Browse Source

wxnotify

master
dutsc 3 years ago
parent
commit
8849027286
  1. 2
      mobile/source/helpers/dalianpay/library/Crypt.php

2
mobile/source/helpers/dalianpay/library/Crypt.php

@ -58,7 +58,7 @@ class Crypt
ksort($data);
// 转字符串
$pre_sign_str = http_build_query($data);
// echo "[pre_sign_str(jiao yi message)]: {$pre_sign_str}";
echo "[pre_sign_str(jiao yi message)]: {$pre_sign_str}";
// die();
// 读取私钥

Loading…
Cancel
Save