设置年龄限制返回 false
使用此页面上的示例 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不要使用
{"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.尝试这样的事情
应该只是一个解决方法,因为饮酒的法定年龄相似
try something like
this should only be a workaround as the legal age for alcohol is similar