From a5e34fef6bf23f0480941367e54ed0db92c99313 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 10 Mar 2023 11:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/enterprise.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/enterprise.go b/supplier/enterprise.go index 4a5e629..ffa6821 100644 --- a/supplier/enterprise.go +++ b/supplier/enterprise.go @@ -52,6 +52,7 @@ type ReplyEnterpriseInfo struct { AuditAt int64 `json:"auditAt"` Reason string `json:"reason"` Name string `json:"name"` + CreditCode string `json:"creditCode"` BusinessAddress string `json:"businessAddress"` LegalPersonName string `json:"legalPersonName"` PayTaxes uint `json:"payTaxes"`