Jianghan 9 ay önce
ebeveyn
işleme
f2da7cc18a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      api/internal/types/types.go

+ 2 - 2
api/internal/types/types.go

@@ -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"`
 }