... $payload) { $hexHash = hash_hmac('sha256', $payload, utf8_encode($secret)); $base64Hash = base64_encode(hex2bin($hexHash)); return ...
確定! 回上一頁