From a974c24a3cc12511a568c4655367d65642247d09 Mon Sep 17 00:00:00 2001 From: handongxun Date: Wed, 26 Oct 2022 11:45:53 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=BF=80=E5=8A=B1=E8=A7=86=E9=A2=91=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/ad-rewarded-video.md | 2 +- docs/component/ad-weixin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/component/ad-rewarded-video.md b/docs/component/ad-rewarded-video.md index e31171a12..bb72bd6db 100644 --- a/docs/component/ad-rewarded-video.md +++ b/docs/component/ad-rewarded-video.md @@ -424,7 +424,7 @@ export default { ### 微信小程序说明@callbackweixin -3.6.4+ 支持微信小程序服务器回调,目前仅支持使用 [uni-id](/uniCloud/uni-id-summary.html) 用户体系的小程序,后续支持非 uni-id 用户系统 +3.6.7+ 支持微信小程序服务器回调,目前仅支持使用 [uni-id](/uniCloud/uni-id-summary.html) 用户体系的小程序,后续支持非 uni-id 用户系统 #### 接入流程 diff --git a/docs/component/ad-weixin.md b/docs/component/ad-weixin.md index 33a37e628..ebdf7a224 100644 --- a/docs/component/ad-weixin.md +++ b/docs/component/ad-weixin.md @@ -33,7 +33,7 @@ uni-ad可以一套代码全端变现,包括app、web、微信小程序;wx广 uni-ad内置了安全防护策略,减少广告被刷风险 -3.6.4+ 支持激励视频服务器安全回调,[详情](https://uniapp.dcloud.net.cn/component/ad-rewarded-video.html#callback) +3.6.7+ 支持激励视频服务器安全回调,[详情](https://uniapp.dcloud.net.cn/component/ad-rewarded-video.html#callback) 服务器回调用于业务系统判断是否提供奖励给观看广告的用户。配置服务器回调后,当用户成功看完广告时,[uniCloud](https://uniapp.dcloud.net.cn/uniCloud/)服务器会访问配置的云函数,通知用户完成观看激励视频。 相对来讲服务器回调将更加安全 -- GitLab