//下面这个是微信官方发送的消息:
<?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,
)
//这个是我处理的返回给微信的消息
<?php 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后微信返回的信息
<?php 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']
你好,麻烦再重试一次,再提供一下详细的请求和错误信息。