|
@@ -19,10 +19,10 @@ type Config struct {
|
|
|
DetailMosaicTxt string
|
|
|
SearchMosaic struct {
|
|
|
Budget bool `json:"budget"`
|
|
|
- Bidamount bool `json:"bidamount"`
|
|
|
+ BidAmount bool `json:"bidAmount"`
|
|
|
Buyer bool `json:"buyer"`
|
|
|
Winner bool `json:"winner"`
|
|
|
- Bidopentime bool `json:"bidopentime"`
|
|
|
+ BidOpenTime bool `json:"bidOpenTime"`
|
|
|
}
|
|
|
}
|
|
|
|