亲帮我看看我这个违禁词调用不生效
参数$param = array('content' => $content,'version'=>2,'scene'=>1,'openid'=>$openid);
url 地址:https://api.weixin.qq.com/wxa/msg_sec_check?access_token=%s
函数:
public function checkMsg($access_token,$param){
$post_arr['url'] = sprintf(Comm_Config::getUseStatic('api.weixin.msg_check'),$access_token);
$post_arr['data'] = $param;
$post_arr['header']['Content-Type'] = 'application/json';
try {
$check_info = Helper_Http::post($post_arr);
return $check_info;
} catch (ApiException $e) {
Exception_ErrorHandler::handleException($e);
return array('code'=>$e->getCode(),'msg'=>$e->getMessage());
}
}
啥词都检测不出来,我post 调用的。是我那写的有问题吗
推荐在自己服务器直接过滤,效果更好。亲测调用这个接口有时候很慢
需使用UTF-8编码,如果编码没问题,试试政治人物名字能不能检测到