|
@@ -258,22 +258,20 @@ type CoopHistoryReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type AddOrUpdateReq struct {
|
|
type AddOrUpdateReq struct {
|
|
- PositionId int64 `header:"positionId"`
|
|
|
|
- EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
- EntId int64 `header:"entId,optional"`
|
|
|
|
- EntDeptId int64 `header:"entDeptId,optional"`
|
|
|
|
- Qyxy_id string `json:"company_id,optional"`
|
|
|
|
- Company_id string `json:"company_id,optional"`
|
|
|
|
- Company_name string `json:"company_name,optional"`
|
|
|
|
- Contact_person string `json:"contact_person"`
|
|
|
|
- Contact_phone string `json:"contact_phone"`
|
|
|
|
- Introduce_owner_id string `json:"introduce_owner_id,optional"`
|
|
|
|
- Introduce_owner_qyxy_id string `json:"introduce_owner_qyxy_id,optional"`
|
|
|
|
- Introduce_owner_name string `json:"introduce_owner_name,optional"`
|
|
|
|
- Introduce_project_id string `json:"introduce_project_id,optional"`
|
|
|
|
- Introduce_project_name string `json:"introduce_project_name,optional"`
|
|
|
|
- Id int64 `json:"id,optional"`
|
|
|
|
- Type string `json:"type"`
|
|
|
|
|
|
+ PositionId int64 `header:"positionId"`
|
|
|
|
+ EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
+ EntId int64 `header:"entId,optional"`
|
|
|
|
+ EntDeptId int64 `header:"entDeptId,optional"`
|
|
|
|
+ Company_id string `json:"company_id,optional"`
|
|
|
|
+ Company_name string `json:"company_name,optional"`
|
|
|
|
+ Contact_person string `json:"contact_person"`
|
|
|
|
+ Contact_phone string `json:"contact_phone"`
|
|
|
|
+ Introduce_owner_id string `json:"introduce_owner_id,optional"`
|
|
|
|
+ Introduce_owner_name string `json:"introduce_owner_name,optional"`
|
|
|
|
+ Introduce_project_id string `json:"introduce_project_id,optional"`
|
|
|
|
+ Introduce_project_name string `json:"introduce_project_name,optional"`
|
|
|
|
+ Id int64 `json:"id,optional"`
|
|
|
|
+ Type string `json:"type"`
|
|
}
|
|
}
|
|
|
|
|
|
type AssociateReq struct {
|
|
type AssociateReq struct {
|
|
@@ -287,7 +285,7 @@ type AllprojectReq struct {
|
|
EntAccountId int64 `header:"entAccountId"`
|
|
EntAccountId int64 `header:"entAccountId"`
|
|
PositionId int64 `header:"positionId"`
|
|
PositionId int64 `header:"positionId"`
|
|
Name string `json:"name,optional"`
|
|
Name string `json:"name,optional"`
|
|
- Type string `json:"type,optional"`
|
|
|
|
|
|
+ Type int64 `json:"type,optional"`
|
|
Id string `json:"id,optional"`
|
|
Id string `json:"id,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
@@ -339,8 +337,9 @@ type ChannelListReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type RouteOwnerListReq struct {
|
|
type RouteOwnerListReq struct {
|
|
- BuyerId string `json:"buyerId,optional"`
|
|
|
|
- BuyerName string `json:"buyerName,optional"`
|
|
|
|
|
|
+ BuyerId string `json:"buyerId,optional"`
|
|
|
|
+ BuyerName string `json:"buyerName,optional"`
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
type CooperateOwnerListReq struct {
|
|
type CooperateOwnerListReq struct {
|
|
@@ -349,4 +348,5 @@ type CooperateOwnerListReq struct {
|
|
WinnerId string `json:"winnerId,optional"`
|
|
WinnerId string `json:"winnerId,optional"`
|
|
WinnerName string `json:"winnerName,optional"`
|
|
WinnerName string `json:"winnerName,optional"`
|
|
CooperateType string `json:"cooperateType,optional"`
|
|
CooperateType string `json:"cooperateType,optional"`
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
}
|
|
}
|