From 2f2ddd5e41187cbbe428a3a1337c334ee2f78b3b Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 22 Sep 2022 11:33:08 +0800 Subject: [PATCH] =?UTF-8?q?ad:=20=E6=9B=B4=E6=96=B0=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=94=AF=E6=8C=81=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=9B=9E=E8=B0=83=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 0cfec737b..c66c9cf36 100644 --- a/docs/component/ad-rewarded-video.md +++ b/docs/component/ad-rewarded-video.md @@ -416,7 +416,7 @@ export default { ### 微信小程序说明@callbackweixin -3.6.2+ 支持微信小程序服务器回调,目前仅支持使用 [uni-id](/uniCloud/uni-id-summary.html) 用户体系的小程序,后续支持非 uni-id 用户系统 +3.6.4+ 支持微信小程序服务器回调,目前仅支持使用 [uni-id](/uniCloud/uni-id-summary.html) 用户体系的小程序,后续支持非 uni-id 用户系统 #### 接入流程 diff --git a/docs/component/ad-weixin.md b/docs/component/ad-weixin.md index 5ffbb8ac8..33a37e628 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.2+ 支持激励视频服务器安全回调,[详情](https://uniapp.dcloud.net.cn/component/ad-rewarded-video.html#callback) +3.6.4+ 支持激励视频服务器安全回调,[详情](https://uniapp.dcloud.net.cn/component/ad-rewarded-video.html#callback) 服务器回调用于业务系统判断是否提供奖励给观看广告的用户。配置服务器回调后,当用户成功看完广告时,[uniCloud](https://uniapp.dcloud.net.cn/uniCloud/)服务器会访问配置的云函数,通知用户完成观看激励视频。 相对来讲服务器回调将更加安全 -- GitLab