From 2e02d3e54ba5cdecdaebab76c62e025599797e6f Mon Sep 17 00:00:00 2001 From: zhangxin Date: Fri, 24 Dec 2021 10:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/ap/ap.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/ap/ap.go b/models/ap/ap.go index e68d9d3..dc99a65 100644 --- a/models/ap/ap.go +++ b/models/ap/ap.go @@ -259,4 +259,5 @@ type QtyData struct { type PublishIdentifyMessage struct { Version string `json:"version"` Message string `json:"message"` + PublishedVersionNr []string `json:"publishedVersionNr"` }