client/model/interactivegetpartystatusforms.go (
4
lines of code) (
raw
):
// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type InteractiveGetPartyStatusForms struct { // 派对id PartyId string `json:"partyId"` }