diff --git a/platformapi/jdapi/store_page.go b/platformapi/jdapi/store_page.go index 6b8c7a07..b162c194 100644 --- a/platformapi/jdapi/store_page.go +++ b/platformapi/jdapi/store_page.go @@ -40,9 +40,9 @@ type CorporationInfo struct { EconKind string `json:"econ_kind"` EndDate string `json:"end_date"` TermEnd string `json:"term_end"` - NeedID bool `json:"needID"` - Address string `json:"address"` - Partners []struct { + // NeedID bool `json:"needID"` + Address string `json:"address"` + Partners []struct { IdentifyType string `json:"identify_type"` ShouldCapiItems []interface{} `json:"should_capi_items"` StockType string `json:"stock_type"`