|
@@ -10,9 +10,9 @@ type PubInfoReq struct {
|
|
|
City string `json:"city,optional"`
|
|
|
Industry []string `json:"industry,optional"`
|
|
|
Buyer string `json:"buyer,optional"`
|
|
|
- Budget string `json:"budget,optional"`
|
|
|
+ Budget float64 `json:"budget,optional"`
|
|
|
Winner string `json:"winner,optional"`
|
|
|
- Amount string `json:"amount,optional"`
|
|
|
+ Amount float64 `json:"amount,optional"`
|
|
|
Detail string `json:"detail"`
|
|
|
Attach map[string]interface{} `json:"attach,optional"`
|
|
|
Contact Contact `json:"contact"`
|