Skip to content

1.3.6

Latest
Compare
Choose a tag to compare
@abei2017 abei2017 released this 02 Dec 01:42
· 3 commits to master since this release

因个人原因导致yii2-wx停滞了很久,感谢大家的支持,我们继续吧。

1.3.6主要是为小程序增加了内容安全检查,请见 mini.security 模块。

使用方法也极其简单

$security = (new Application())->driver("mini.security");
$data = $security->checkText('检查我的内容');