CorporationInfo中去掉NeedID
This commit is contained in:
@@ -40,9 +40,9 @@ type CorporationInfo struct {
|
|||||||
EconKind string `json:"econ_kind"`
|
EconKind string `json:"econ_kind"`
|
||||||
EndDate string `json:"end_date"`
|
EndDate string `json:"end_date"`
|
||||||
TermEnd string `json:"term_end"`
|
TermEnd string `json:"term_end"`
|
||||||
NeedID bool `json:"needID"`
|
// NeedID bool `json:"needID"`
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
Partners []struct {
|
Partners []struct {
|
||||||
IdentifyType string `json:"identify_type"`
|
IdentifyType string `json:"identify_type"`
|
||||||
ShouldCapiItems []interface{} `json:"should_capi_items"`
|
ShouldCapiItems []interface{} `json:"should_capi_items"`
|
||||||
StockType string `json:"stock_type"`
|
StockType string `json:"stock_type"`
|
||||||
|
|||||||
Reference in New Issue
Block a user