getComponentVerifyTicket(@RequestBody(required = false) String requestBody, @RequestParam("timestamp") String timestamp,
@RequestParam("nonce") String nonce, @RequestParam("signature") String signature,
@RequestParam(name = "encrypt_type", required = false) String encType,
@RequestParam(name = "msg_signature", required = false) String msgSignature) {

你好,是第三方平台接收ticket推送加解密处理吗?https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/component_verify_ticket.html
具体参考消息推送加解密说明文档:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/message_push.html
哪个第三方平台appid?现在是能正常接收到ticket推送的情况吗?
@RequestBody@RequestParam"timestamp"@RequestParam"nonce"@RequestParam"signature"@RequestParam"encrypt_type"@RequestParam"msg_signature", required = false) String msgSignature) { 消息模式是安全模式, 如上是参数接收方式 为什么就是得不到msgSignature