From f97be1bdc9ec8259bec72522b4c7d5177cccd6f8 Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Wed, 28 Sep 2022 20:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85url-callback=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/ad-rewarded-video.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/component/ad-rewarded-video.md b/docs/component/ad-rewarded-video.md index c66c9cf36..a33f16407 100644 --- a/docs/component/ad-rewarded-video.md +++ b/docs/component/ad-rewarded-video.md @@ -56,6 +56,14 @@ |@close |EventHandle |关闭事件 | | | |@error |EventHandle |错误事件 | | | +**url-callback说明** + +|字段定义|类型|字段名称|备注| +|:-:|:-:|:-:|:-:| +|userId|String|用户id|调用SDK透传,应用对用户的唯一标识| +|extra|String|自定义数据|调用SDK传入并透传,如无需要则为空| + + **方法说明** |方法名|说明| -- GitLab