|
@@ -7,11 +7,8 @@ type BuyerListReq struct {
|
|
BuyerClass []string `json:"buyerClass"` //客户类型(采购单位行业)
|
|
BuyerClass []string `json:"buyerClass"` //客户类型(采购单位行业)
|
|
Industry []string `json:"industry"` //行业分类(信息行业)
|
|
Industry []string `json:"industry"` //行业分类(信息行业)
|
|
BusinessScope string `json:"businessScope"` //业务范围(关键词 附加词 排除词)
|
|
BusinessScope string `json:"businessScope"` //业务范围(关键词 附加词 排除词)
|
|
- SortRule int64 `json:"sortRule"` //排序规则
|
|
|
|
BuyerName string `json:"buyerName"` //采购单位名称
|
|
BuyerName string `json:"buyerName"` //采购单位名称
|
|
AppId string `json:"appId"` //剑鱼10000
|
|
AppId string `json:"appId"` //剑鱼10000
|
|
- PageNum int64 `json:"pageNum"` //当前页码
|
|
|
|
- PageSize int64 `json:"pageSize"` //每页数据量
|
|
|
|
UserType string `path:"userType"` //用户标签
|
|
UserType string `path:"userType"` //用户标签
|
|
IsCheckFollow bool `json:"isCheckFollow"` //是否查询关注信息(商机管理用户)
|
|
IsCheckFollow bool `json:"isCheckFollow"` //是否查询关注信息(商机管理用户)
|
|
IsCheckReceive bool `json:"isCheckReceive"` //是否查询已领取(商机管理用户)
|
|
IsCheckReceive bool `json:"isCheckReceive"` //是否查询已领取(商机管理用户)
|