|
@@ -5,7 +5,7 @@ type SearchReq struct {
|
|
|
UserType string `path:"userType,optional"`
|
|
|
AppId string `header:"appId"`
|
|
|
UserId string `header:"userId"`
|
|
|
- Phone string `header:"phone"`
|
|
|
+ Phone string `header:"phone,optional"`
|
|
|
NewUserId string `header:"newUserId"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|