https://api.weixin.qq.com/wxa/msg_sec_check?access_token= 这个敏感词检测接口, 输入任何词(带敏感词)返回值都是 可以过, {\"errcode\":0,\"errmsg\":\"ok\",\"detail\":[{\"strategy\":\"keyword\",\"errcode\":0}, {\"strategy\":\"content_model\",\"errcode\":0,\"suggest\":\"pass\",\"label\":100,\"prob\":90}], \"trace_id\":\"61890660-7821931e-75ad18d1\",\"result\":{\"suggest\":\"pass\",\"label\":100}} 是什么原因。
你好,请检查content参数,最后编码的数据不为UTF-8编码
多谢,问题解决了,是编码问题