正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -264,9 +264,9 @@ func (gateway HttplibAlliedCreationCooperation) CooperationContractsBatchOperate | @@ -264,9 +264,9 @@ func (gateway HttplibAlliedCreationCooperation) CooperationContractsBatchOperate | ||
| 264 | // CooperationContractBatchRemove 批量移除共创合约 | 264 | // CooperationContractBatchRemove 批量移除共创合约 |
| 265 | func (gateway HttplibAlliedCreationCooperation) CooperationContractBatchRemove(param ReqCooperationContractBatchRemove) (*DataCooperationContractBatchRemove, error) { | 265 | func (gateway HttplibAlliedCreationCooperation) CooperationContractBatchRemove(param ReqCooperationContractBatchRemove) (*DataCooperationContractBatchRemove, error) { |
| 266 | url := gateway.baseUrL + "/cooperation-contracts/batch-remove" | 266 | url := gateway.baseUrL + "/cooperation-contracts/batch-remove" |
| 267 | - method := "DELETE" | 267 | + method := "POST" |
| 268 | req := gateway.CreateRequest(url, method) | 268 | req := gateway.CreateRequest(url, method) |
| 269 | - log.Logger.Debug("向业务模块请求数据:移除共创合约。", map[string]interface{}{ | 269 | + log.Logger.Debug("向业务模块请求数据:批量移除共创合约。", map[string]interface{}{ |
| 270 | "api": method + ":" + url, | 270 | "api": method + ":" + url, |
| 271 | "param": param, | 271 | "param": param, |
| 272 | }) | 272 | }) |
-
请 注册 或 登录 后发表评论