|
@@ -28,6 +28,8 @@ type SubscribeReq struct {
|
|
|
PositionType int64 `header:"positionType,optional"`
|
|
|
NotReturnCount int64 `json:"notReturnCount,optional"`
|
|
|
Item map[string]interface{} `json:"item,optional"`
|
|
|
+ AccountId string `header:"accountId,optional"`
|
|
|
+ PositionId string `header:"positionId,optional"`
|
|
|
MgoUserId string `header:"mgoUserId,optional"` //原userId
|
|
|
}
|
|
|
|