|
@@ -4,9 +4,9 @@ package types
|
|
type SearchReq struct {
|
|
type SearchReq struct {
|
|
UserType string `path:"userType,optional"`
|
|
UserType string `path:"userType,optional"`
|
|
AppId string `header:"appId"`
|
|
AppId string `header:"appId"`
|
|
- UserId string `header:"userId"`
|
|
|
|
- Phone string `header:"phone"`
|
|
|
|
- NewUserId string `header:"newUserId"`
|
|
|
|
|
|
+ UserId string `header:"userId,optional"`
|
|
|
|
+ Phone string `header:"phone,optional"`
|
|
|
|
+ NewUserId string `header:"newUserId,optional"`
|
|
EntId int64 `header:"entId,optional"`
|
|
EntId int64 `header:"entId,optional"`
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
PageNum int64 `json:"pageNum,optional"`
|
|
PageNum int64 `json:"pageNum,optional"`
|