1package model 2 3type SubscribeReq struct { 4 InstType string `json:"instType"` 5 Channel string `json:"channel"` 6 InstId string `json:"instId"` 7 Coin string `json:"coin"` 8} 9 10