全网发布接入检测,返回Api文本消息,发送客服信息一直返回-1000,system error?
//下面这个是微信官方发送的消息:
<?php exit;?> 2020-01-19 10:20:07 debug :
String: array ( ‘tousername’ => ‘gh_3c884a361561’, ‘fromusername’ => ‘ozy4qt5QUADNXORxCVipKMV9dss0’, ‘createtime’ => ‘1579400406’, ‘msgtype’ => ‘text’, ‘content’ => ‘QUERY_AUTH_CODE:queryauthcode@@@EI_gyGdw71lV7XCMmL8hZi_NbsYtFsg4V_X89f9wUbB_-zIAask7DgbuIBOJul7Lyux2MrHqHKBOA_xfG-w2LA’, ‘msgid’ => ‘6783473091467092956’, ‘from’ => ‘ozy4qt5QUADNXORxCVipKMV9dss0’, ‘to’ => ‘gh_3c884a361561’, ‘time’ => ‘1579400406’, ‘type’ => ‘text’, ‘event’ => NULL, ‘redirection’ => false, ‘source’ => NULL, ) //这个是我处理的返回给微信的消息 exit; 2020-01-19 10:20:09:
String: array ( ‘touser’ => ‘ozy4qt5QUADNXORxCVipKMV9dss0’, ‘msgtype’ => ‘text’, ‘text’ => array ( ‘content’ => ‘queryauthcode@@@EI_gyGdw71lV7XCMmL8hZi_NbsYtFsg4V_X89f9wUbB_-zIAask7DgbuIBOJul7Lyux2MrHqHKBOA_xfG-w2LA_from_api’, ), ) //这个是调用API后微信返回的信息 exit; 2020-01-19 10:20:11:
String: array ( ‘errcode’ => -1000, ‘errmsg’ => ‘system error hints: [JEjavNLnRa-eple9!]’, )
调用的APPID:wxf0543d1b1940d5b0
调用的URL:$url = 'https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=' . $auth_info'authorization_info']['authorizer_access_token']