|
@@ -31,6 +31,8 @@ type SubscribeReq struct {
|
|
|
AccountId string `header:"accountId,optional"`
|
|
|
PositionId string `header:"positionId,optional"`
|
|
|
MgoUserId string `header:"mgoUserId,optional"` //原userId
|
|
|
+ AccountId string `header:"accountId,optional"`
|
|
|
+ PositionId string `header:"positionId,optional"`
|
|
|
}
|
|
|
|
|
|
type SomeInfoReq struct {
|