|
@@ -55,9 +55,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 {
|
|
@@ -79,9 +77,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:"内容"`
|