|
|
@ -52,6 +52,7 @@ type ReplyEnterpriseInfo struct {
|
|
|
|
AuditAt int64 `json:"auditAt"`
|
|
|
|
AuditAt int64 `json:"auditAt"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
|
|
|
|
CreditCode string `json:"creditCode"`
|
|
|
|
BusinessAddress string `json:"businessAddress"`
|
|
|
|
BusinessAddress string `json:"businessAddress"`
|
|
|
|
LegalPersonName string `json:"legalPersonName"`
|
|
|
|
LegalPersonName string `json:"legalPersonName"`
|
|
|
|
PayTaxes uint `json:"payTaxes"`
|
|
|
|
PayTaxes uint `json:"payTaxes"`
|
|
|
|