|
@@ -31,8 +31,6 @@ 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 {
|