|
|
|
@ -33,7 +33,7 @@ type QueryInvoiceInfoResponse struct {
|
|
|
|
|
type InvoiceDetail struct {
|
|
|
|
|
Valid string `json:"valid"`
|
|
|
|
|
TaxRate float64 `json:"taxRate"`
|
|
|
|
|
UpdateTime string `json:"updateTime"`
|
|
|
|
|
UpdateTime int64 `json:"updateTime"`
|
|
|
|
|
Remark string `json:"remark"`
|
|
|
|
|
IvcCode string `json:"ivcCode"`
|
|
|
|
|
IvcContentType uint `json:"ivcContentType"`
|
|
|
|
@ -41,7 +41,7 @@ type InvoiceDetail struct {
|
|
|
|
|
IvcContentName string `json:"ivcContentName"`
|
|
|
|
|
FileUrl string `json:"fileUrl"`
|
|
|
|
|
ExpandColumn string `json:"expandColumn"`
|
|
|
|
|
IvcTime string `json:"ivcTime"`
|
|
|
|
|
IvcTime int64 `json:"ivcTime"`
|
|
|
|
|
IvcNo string `json:"ivcNo"`
|
|
|
|
|
IvcType uint `json:"ivcType"`
|
|
|
|
|
TotalTaxPrice float64 `json:"totalTaxPrice"`
|
|
|
|
|