|
@@ -21,21 +21,19 @@ const (
|
|
|
)
|
|
|
|
|
|
type SubPushList struct {
|
|
|
- Id string `json:"_id"`
|
|
|
- Title string `json:"title"`
|
|
|
- Area string `json:"area"`
|
|
|
- Buyerclass string `json:"buyerclass"`
|
|
|
- Type string `json:"type"`
|
|
|
- S_subscopeclass string `json:"s_subscopeclass"`
|
|
|
- Publishtime int64 `json:"publishtime"`
|
|
|
- Ca_index int64 `json:"ca_index"`
|
|
|
- Ca_date int64 `json:"ca_date"`
|
|
|
- Ca_isvisit int `json:"ca_isvisit"`
|
|
|
- Ca_isvip int `json:"ca_isvip"`
|
|
|
- Ca_type int `json:"ca_type"`
|
|
|
- Matchkeys []string `json:"matchkeys"`
|
|
|
- Budget interface{} `json:"budget"`
|
|
|
- Bidamount interface{} `json:"bidamount"`
|
|
|
+ Id string `json:"_id"`
|
|
|
+ Title string `json:"title"`
|
|
|
+ Area string `json:"area"`
|
|
|
+ Buyerclass string `json:"buyerclass"`
|
|
|
+ Type string `json:"type"`
|
|
|
+ S_subscopeclass string `json:"s_subscopeclass"`
|
|
|
+ Publishtime int64 `json:"publishtime"`
|
|
|
+ Ca_index int64 `json:"ca_index"`
|
|
|
+ Ca_date int64 `json:"ca_date"`
|
|
|
+ Ca_isvisit int `json:"ca_isvisit"`
|
|
|
+ Ca_isvip int `json:"ca_isvip"`
|
|
|
+ Ca_type int `json:"ca_type"`
|
|
|
+ Matchkeys []string `json:"matchkeys"`
|
|
|
}
|
|
|
|
|
|
const (
|