client/model/interactivegetpartyresultmodel.go (5 lines of code) (raw):

// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model // 获取结果 type InteractiveGetPartyResultModel struct { // 派对Id PartyId string `json:"partyId,omitempty"` // 扩展信息 ExtInfo string `json:"extInfo,omitempty"` }