|
|
@ -58,7 +58,7 @@ class Crypt |
|
|
ksort($data); |
|
|
ksort($data); |
|
|
// 转字符串 |
|
|
// 转字符串 |
|
|
$pre_sign_str = http_build_query($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(); |
|
|
// die(); |
|
|
|
|
|
|
|
|
// 读取私钥 |
|
|
// 读取私钥 |
|
|
|