<?php $txt=$_GET['txt']; $encode = mb_detect_encoding($txt, array("ASCII",'UTF-8',"GB2312","GBK",'BIG5','LATIN1')); if($encode != 'UTF-8'){ $name = mb_convert_encoding($name, 'UTF-8', $encode); } $data = array( "openid"=>"oQ64", "scene"=>"2", "version"=>'2', //"access_token" => "我的密钥", "content" => "内容你好", ); $payload = json_encode($data,true); $ch = curl_init("https://api.weixin.qq.com/wxa/msg_sec_check"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLINFO_HEADER_OUT, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $payload); curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'Content-Type: application/json', 'Content-Length: ' . strlen($payload)) ); $result = curl_exec($ch); curl_close($ch); print_r($result);
我怎么老是请求不了。老是不能成功https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.msgSecCheck.htmlhttps://developers.weixin.qq.com/miniprogram/product/ [图片] 错误信息:{ "errcode": 47001, "errmsg": "data format error rid: 6360a1e5-2dd908fb-06422df3" } 老是这样。没有一次是成功过的
2022-11-01你好管理大大,我也是呀,我的发布的文章突然也搜索不到了(全部搜索不到了昨天晚上还能搜到。今天起来就没有了)。。。 帮我看看吧。账号ID:gh_70e584b614ce [图片]
为什么我的微信公众号文章在搜一搜 搜索不到?公众号内容 为什么 搜一搜 搜索不到? 以前能搜到的现在都搜索不到了 没发违规提示 原始ID gh_39c8b6bda6b5
2021-05-05