|
@@ -65,9 +65,7 @@ type ProblemConfigurationReq struct {
|
|
|
}
|
|
|
|
|
|
type ProblemConfigurationRes struct {
|
|
|
- ErrorCode int `json:"errorCode" dc:"状态码"`
|
|
|
- ErrorMsg string `json:"errorMsg" dc:"错误信息"`
|
|
|
- Data interface{} `json:"data" dc:"返回数据"`
|
|
|
+ Data interface{} `json:"data" dc:"返回数据"`
|
|
|
}
|
|
|
|
|
|
type ChatReq struct {
|
|
@@ -89,9 +87,7 @@ type BiddingListReq struct {
|
|
|
ChatId string `json:"chatId" dc:"聊天Id"`
|
|
|
}
|
|
|
type BiddingListRes struct {
|
|
|
- ErrorCode int `json:"errorCode" dc:"状态码"`
|
|
|
- ErrorMsg string `json:"errorMsg" dc:"错误信息"`
|
|
|
- Data interface{} `json:"data" dc:"返回数据"`
|
|
|
+ Data []ResBidding `json:"data" dc:"返回数据"`
|
|
|
}
|
|
|
type ResBidding struct {
|
|
|
InfoId string `json:"infoId" dc:"标讯id"`
|