设置年龄限制返回 false

发布于 2024-12-15 16:11:54 字数 381 浏览 1 评论 0原文

使用此页面上的示例 PHP 代码非常适合将限制设置为 { "location":"US"} 但是,当尝试将其设置为 {"age":18}{"age":"18"}< 时,它会返回 false /代码>。是否需要通过特殊方式对其进行格式化才能设置年龄限制?

请参阅此处的可用限制列表。

谢谢。

Using the sample PHP code on this page works great for setting the restriction to {"location":"US"} however it returns false when trying to set it to {"age":18} or {"age":"18"}. Is there a special way which this needs to be formatted in order to set an age restriction?

See the list of available restrictions here.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

琴流音 2024-12-22 16:11:54

不要使用 {"age":"18"},而是使用 {"age_distribution":"18+"}

我不知道为什么使用“年龄”不起作用。文档说它应该有效,但它对我也不起作用。

但是,使用 age_distribution 确实有效。

Instead of using {"age":"18"}, use {"age_distribution":"18+"}.

I don't know why using "age" doesn't work. The documentation says it should work, but it didn't work for me either.

However, using age_distribution does work.

诗酒趁年少 2024-12-22 16:11:54

尝试这样的事情

{"type":"alcohol"}

应该只是一个解决方法,因为饮酒的法定年龄相似

try something like

{"type":"alcohol"}

this should only be a workaround as the legal age for alcohol is similar

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文