zhou.xiaoning hace 5 años
padre
commit
c042070a64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/erms3/spotContract.go

+ 1 - 1
controllers/erms3/spotContract.go

@@ -101,7 +101,7 @@ type AddSpotContractApplyReq struct {
 // AddSpotContractApplyRsp 新增现货合同申请响应
 type AddSpotContractApplyRsp struct {
 	SpotContractID int64  `json:"spotcontractid" binging:"required"` // 现货合同ID(345+Unix秒时间戳(10位)+xxxxxx)
-	ContractNo     string `json:"contractno" binding:"required""`    // 现货合同编号
+	ContractNo     string `json:"contractno" binding:"required"`     // 现货合同编号
 }
 
 // AddSpotContractApply 新增现货合同申请