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