内容检查功能

1. 文本检查

LjWxSdk.beginCheckSaveInfo();

描述:调用方法会返回结果,回调函数 CommonApiNotify中notifySuccess监听接口返回的值res.data.result为综合结果,res.data.detial为详细检测结果,res.data.code为返回的错误码,res.data.msg为返回的信息

参数 类型 描述 是否必填
scene number 场景枚举值(1 资料;2 评论;3 论坛;4 社交日志)
content string 文本内容


		LjWxSdk.beginCheckSaveInfo(myBehaviour, 1, "这是检测的内容", new CommonApiNotify());