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