$accesstoken = WeAccount::createByUniacid($this->uniacid)->getAccessToken();
$api = "https://api.weixin.qq.com/wxa/msg_sec_check?access_token=".$accesstoken;
$result = ihttp_request($api,json_encode(["content"=>$_GPC["content"]]),["content-type"=>"application/json"]);
$result = json_decode($result["content"],true);
return $this->result(0,$result);
不管什么内容返回都是0
检测的内容是什么?