|
@@ -45,8 +45,8 @@ type CoopHistoryReq struct {
|
|
|
EntId int64 `header:"entId,optional"`
|
|
|
EntUserId string `header:"entUserId,optional"`
|
|
|
DeptId string `header:"deptId,optional"` //部门id
|
|
|
- Pid string `json:"projectId"`
|
|
|
- Bid string `json:"infoId"`
|
|
|
+ Pid string `json:"projectId,optional"`
|
|
|
+ Bid string `json:"infoId,optional"`
|
|
|
ChannelType string `json:"channelType"`
|
|
|
}
|
|
|
|