CorporationInfo中去掉NeedID

This commit is contained in:
gazebo
2019-10-08 11:24:19 +08:00
parent 6a20301c9e
commit 38076317aa

View File

@@ -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"`