Browse Source

Merge pull request '添加字段' (#203) from fix_mps into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_CHEERSSON_BACKEND/pulls/203
pull/204/head
娄文智 3 years ago
parent
commit
7480e8a6d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/ap/ap.go

+ 1
- 0
models/ap/ap.go View File

@ -259,4 +259,5 @@ type QtyData struct {
type PublishIdentifyMessage struct { type PublishIdentifyMessage struct {
Version string `json:"version"` Version string `json:"version"`
Message string `json:"message"` Message string `json:"message"`
PublishedVersionNr []string `json:"publishedVersionNr"`
} }

Loading…
Cancel
Save