php微信退款通知 解密

function refund_decrypt($str, $key) { $key = md5($key); $str = base64_decode($str); $str = openssl_decrypt($str,'aes-256-ecb',$key,OPENSSL_RAW_DATA); return $str; }      转载于:https://ww
相关文章
相关标签/搜索