|
@@ -81,11 +81,11 @@ type AddSearchScreen struct {
|
|
|
}
|
|
|
|
|
|
type NewestReq struct {
|
|
|
- City string `json:"city,optional"` //定位城市
|
|
|
- IsSearch int64 `json:"isSearch,optional"` //是否根据定位查询es
|
|
|
- UserId string `header:"userId,optional"` //用户id
|
|
|
- AppId string `header:"appId"` //appId
|
|
|
- EntUserId string `header:"entUserId"` //商机管理用户 用户id:entUserId
|
|
|
+ City string `json:"city,optional"` //定位城市
|
|
|
+ IsSearch int64 `json:"isSearch,optional"` //是否根据定位查询es
|
|
|
+ UserId string `header:"userId,optional"` //用户id
|
|
|
+ AppId string `header:"appId"` //appId
|
|
|
+ EntUserId string `header:"entUserId,optional"` //商机管理用户 用户id:entUserId
|
|
|
}
|
|
|
|
|
|
type CommonRes struct {
|