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
相關文章
相關標籤/搜索