|
@@ -26,8 +26,8 @@ type SubscribeReq struct {
|
|
|
IsEnt bool `json:"isEnt,optional"`
|
|
|
SelectIds string `json:"selectIds,optional"`
|
|
|
PositionType int64 `header:"positionType,optional"`
|
|
|
- NotReturnCount int64 `json:"notReturnCount"`
|
|
|
- Item string `json:"item'',optional"`
|
|
|
+ NotReturnCount int64 `json:"notReturnCount,optional"`
|
|
|
+ Item string `json:"item,optional"`
|
|
|
}
|
|
|
|
|
|
type SomeInfoReq struct {
|