From 0b5c909b45fc7e5ccb17ce7cbb68a2f701909606 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 1 Nov 2021 18:20:41 +0800 Subject: [PATCH] update: rewarded-video --- docs/api/a-d/rewarded-video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/a-d/rewarded-video.md b/docs/api/a-d/rewarded-video.md index 1ed2b7b4b..35d34dcff 100644 --- a/docs/api/a-d/rewarded-video.md +++ b/docs/api/a-d/rewarded-video.md @@ -729,7 +729,7 @@ exports.main = async (event, context) => { } // 注意::必须验签请求来源 - const secret = "";// uniad 后台开通激励视频回调后生成的 secret + const secret = "";// uniad 后台开通激励视频回调后生成的 Security key const trans_id = event.trans_id; const sign2 = crypto.createHash('sha256').update(`${secret}:${trans_id}`).digest('hex'); if (event.sign !== sign2) { -- GitLab