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