payConfig->notice->token, $this->payConfig->notice->encodingAESKey, $this->payConfig->appId); if (!$WxMsgCrypt->verifySignature($timestamp, $nonce, $encrypt, $msg_signature)) { return false; } else { return XPayGoodsDeliverNotify::fromJson($WxMsgCrypt->decryptMsg($encrypt)); } } }