|
@@ -73,7 +73,7 @@ type SubscribeUpdateReq struct {
|
|
|
EntId int64 `header:"entId,optional"`
|
|
|
AccountId int64 `header:"accountId,optional"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
- District string `json:"district,optional"`
|
|
|
+ District map[string]interface{} `json:"district,optional"`
|
|
|
}
|
|
|
|
|
|
type SetReadReq struct {
|