程序上已开发了针对测试的支持,但是微信开放平台并未推送测试的文本消息和API文本消息,只推送了授权/取消授权。麻烦帮忙看看什么问题。
appId:wxa9c84d6f0307ffde
服务器收到的消息日志:
2021-01-20 11:42:56[Debug]:微信开放平台消息:signature=31e05ea3856ee91a6bef1b566820a04534795ceb×tamp=1611114176&nonce=1733487970&encrypt_type=aes&msg_signature=098e64c193cb67dd410feaa8e8a156748264b7b8
msg=<xml><AppId><![CDATA[wxa9c84d6f0307ffde]]></AppId><CreateTime>1611114176</CreateTime><InfoType><![CDATA[authorized]]></InfoType><AuthorizerAppid><![CDATA[wx09cb972dea38a829]]></AuthorizerAppid><AuthorizationCode><![CDATA[queryauthcode@@@6syPrcMi8TxDiVktDqJCHD-SCkjEycquX9uLx_4xuLw762s_s_3cOfWKYOPpT0U9unlbW4w39qWO2WrzSBb7xg]]></AuthorizationCode><AuthorizationCodeExpiredTime><![CDATA[1611117776]]></AuthorizationCodeExpiredTime><PreAuthCode><![CDATA[preauthcode@@@fZvgWVAT-LLfGm7LXcNp1gN8BRu1OoRamfEwGTbPLRDFaATI9VtZOoKIMD2gvo7es0et59XAubBCSvQvd83c7g]]></PreAuthCode></xml>
2021-01-20 11:42:56[Info]:全网发布测试(authorized):wx09cb972dea38a829
2021-01-20 11:43:21[Debug]:微信开放平台消息:signature=7ff4204160997534179ae28af5814cd34b9e27e2×tamp=1611114201&nonce=1985802637&encrypt_type=aes&msg_signature=6f3f29214f16451059e12024f5223ff2524bf156
msg=<xml><AppId><![CDATA[wxa9c84d6f0307ffde]]></AppId><CreateTime>1611114201</CreateTime><InfoType><![CDATA[unauthorized]]></InfoType><AuthorizerAppid><![CDATA[wx09cb972dea38a829]]></AuthorizerAppid></xml>
2021-01-20 11:43:21[Info]:全网发布测试(unauthorized):wx09cb972dea38a829
你好,麻烦参考文档https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/operation/thirdparty/releases_instructions.html按照文档步骤执行哈~
mark,同问