An open API service indexing awesome lists of open source software.

https://github.com/midoks/checkword

敏感词检测
https://github.com/midoks/checkword

Last synced: about 1 year ago
JSON representation

敏感词检测

Awesome Lists containing this project

README

          

# checkword

* 敏感词检测功能,可以自动添加新词

# API接口

- xxx.com/index/check
```
POST
{
"text":"你要检车的文本"
}
```