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