作者 tangxuhui

调试

@@ -175,16 +175,16 @@ type ( @@ -175,16 +175,16 @@ type (
175 //更新共创合约 175 //更新共创合约
176 type ( 176 type (
177 ReqCooperationContractUpdate struct { 177 ReqCooperationContractUpdate struct {
178 - CooperationContractId int `json:"cooperationContractId"` // 共创合约id  
179 - CooperationContractDescription string `json:"cooperationContractDescription"` //共创  
180 - CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号  
181 - CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,  
182 - DepartmentId string `json:"departmentId"` // 共创合约发起部门id  
183 - CooperationContractUndertakerType []int `json:"cooperationContractUndertakerType"` // 共创合约承接对象,1员工,2共创用户,3公开  
184 - CooperationContractName string `json:"cooperationContractName"` // 共创合约名称  
185 - CooperationModeNumber string `json:"cooperationModeNumber"` // 共创模式编码,  
186 - SponsorUid string `json:"sponsorUid,omitempty,"` // 共创合约发起人uid  
187 - DividendsIncentivesRules []DividendsIncentivesRule `json:"dividendsIncentivesRules"` // 金额激励规则列表 178 + CooperationContractId int `json:"cooperationContractId,string"` // 共创合约id
  179 + CooperationContractDescription string `json:"cooperationContractDescription"` //共创
  180 + CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
  181 + CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,
  182 + DepartmentId string `json:"departmentId"` // 共创合约发起部门id
  183 + CooperationContractUndertakerType []int `json:"cooperationContractUndertakerTypes"` // 共创合约承接对象,1员工,2共创用户,3公开
  184 + CooperationContractName string `json:"cooperationContractName"` // 共创合约名称
  185 + CooperationModeNumber string `json:"cooperationModeNumber"` // 共创模式编码,
  186 + SponsorUid string `json:"sponsorUid,omitempty,"` // 共创合约发起人uid
  187 + DividendsIncentivesRules []DividendsIncentivesRule `json:"dividendsIncentivesRules"` // 金额激励规则列表
188 MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"` 188 MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"`
189 Undertakers []Undertaker `json:"undertakers"` // 承接方列表 // 业绩分红激励规则列表 189 Undertakers []Undertaker `json:"undertakers"` // 承接方列表 // 业绩分红激励规则列表
190 RelevantIds []string `json:"relevantIds"` //关联业务员 190 RelevantIds []string `json:"relevantIds"` //关联业务员