We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3bc6794
因个人原因导致yii2-wx停滞了很久,感谢大家的支持,我们继续吧。
1.3.6主要是为小程序增加了内容安全检查,请见 mini.security 模块。
使用方法也极其简单
$security = (new Application())->driver("mini.security"); $data = $security->checkText('检查我的内容');