|
@@ -41,7 +41,7 @@ type ClueImportReq struct {
|
|
|
|
|
|
type ClueInfoReq struct {
|
|
|
SearchTxt string `json:"searchTxt"`
|
|
|
- SearchType int `json:"searchType"` // 0: 线索名称,1: 联系方式,2: 联系人
|
|
|
+ SearchType string `json:"searchType"` // 0: 线索名称,1: 联系方式,2: 联系人
|
|
|
PageSize int64 `json:"pageSize"`
|
|
|
PageNum int64 `json:"pageNum"`
|
|
|
}
|
|
@@ -89,7 +89,6 @@ type ExportReq struct {
|
|
|
|
|
|
type FindClueInfoReq struct {
|
|
|
UserId string `header:"userId,optional"`
|
|
|
- Phone string `header:"phone,optional"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
}
|
|
|
|